Try it
/ test (push) Failing after 11s Details

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2024-03-05 21:11:40 +00:00
parent ed1f9a7d10
commit 07694de7fb
1 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@ jobs:
test: test:
runs-on: docker runs-on: docker
steps: steps:
- run: curl -fSL "https://github.com/genuinetools/img/releases/download/v0.5.11/img-linux-amd64" -o "/usr/local/bin/img" \ - run: curl -fSL "https://github.com/genuinetools/img/releases/download/v0.5.11/img-linux-amd64" -o "/usr/local/bin/img" && chmod a+x "/usr/local/bin/img"
&& chmod a+x "/usr/local/bin/img"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: img build . - run: img build .