remove sudo
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22) (push) Failing after 3m12s
Some checks failed
Build And Publish Docker / build (1.22.3, 0.126.3, 22) (push) Failing after 3m12s
This commit is contained in:
parent
453a1b0e54
commit
0248b233a0
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue