Update apt
Some checks failed
ci / docker (push) Failing after 20s

This commit is contained in:
Eric Meehan 2025-02-14 11:19:38 -05:00
parent 59748d7cc8
commit 905f21eb55

View File

@ -14,7 +14,8 @@ jobs:
steps:
- name: Install sudo
run: |
apt install -y sudo
apt-get update -y
apt-get install -y sudo
- name: Setup docker
uses: docker/setup-docker-action@v4