remove sudo
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22) (push) Failing after 3m12s

This commit is contained in:
brooke 2024-06-04 16:25:52 -04:00
parent 453a1b0e54
commit 0248b233a0

View file

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install deps
run: curl -fsSL https://get.docker.com -o get-docker.sh && sudo sh get-docker.sh
run: curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh
- name: Set up QEMU
uses: docker/setup-qemu-action@master