No sudo
/ build_and_test (pull_request) Successful in 1m55s Details

pull/2/head
jhot 2023-09-19 11:09:42 -06:00
parent b36afada44
commit 42c42c0c7d
Signed by: jhot
GPG Key ID: 612ED70E22571DD4
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Dependenies
run: |
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh
sh ./get-docker.sh
- name: Set up Docker Buildx
uses: https://github.com/docker/setup-buildx-action@v2.10.0
with: