Try it
/ test (push) Failing after 11s
Details
/ test (push) Failing after 11s
Details
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
ed1f9a7d10
commit
07694de7fb
|
@ -3,7 +3,6 @@ jobs:
|
|||
test:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- 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"
|
||||
- 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"
|
||||
- uses: actions/checkout@v4
|
||||
- run: img build .
|
||||
|
|
Loading…
Reference in New Issue