Skip to content

Commit

Permalink
Merge pull request #102 from omochi/curl-f
Browse files Browse the repository at this point in the history
use f option on curl
  • Loading branch information
omochi authored May 10, 2024
2 parents e0d5ff7 + 89726ed commit 0864ab5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
curl
binaryen
- run: curl -LO https://download.swift.org/development/ubuntu2204/${{ env.SWIFT }}/${{ env.SWIFT }}-ubuntu22.04.tar.gz
- run: curl -fLO https://download.swift.org/development/ubuntu2204/${{ env.SWIFT }}/${{ env.SWIFT }}-ubuntu22.04.tar.gz
working-directory: /home/runner
- run: sudo tar -xf ${{ env.SWIFT }}-ubuntu22.04.tar.gz --strip-components=2 -C /usr/local
working-directory: /home/runner
Expand All @@ -55,7 +55,7 @@ jobs:
https://github.com/swiftwasm/swift/releases/download/${{ env.SWIFT_WASM }}/${{ env.SWIFT_WASM }}-wasm32-unknown-wasi.artifactbundle.zip
- run: swift sdk list

- run: curl -LO https://github.com/omochi/carton-build/releases/download/snapshot-2024-04-16/carton.tar.gz
- run: curl -fLO https://github.com/omochi/carton-build/releases/download/snapshot-2024-04-16/carton.tar.gz
working-directory: /home/runner
- run: sudo tar -xf carton.tar.gz --strip-components=1 -C /usr/local/bin
working-directory: /home/runner
Expand Down

0 comments on commit 0864ab5

Please sign in to comment.