Skip to content

Commit

Permalink
use prebuilt carton
Browse files Browse the repository at this point in the history
  • Loading branch information
omochi committed Apr 16, 2024
1 parent 523c5af commit d985df4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ jobs:
swift experimental-sdk install
https://github.com/swiftwasm/swift/releases/download/${{ env.SWIFT_WASM }}/${{ env.SWIFT_WASM }}-ubuntu22.04_x86_64.artifactbundle.zip
- run: git clone --depth 1 https://github.com/swiftwasm/carton
- run: curl -L -O https://github.com/omochi/carton-build/releases/download/0.0.2/carton.tar.gz
working-directory: /home/runner
- run: swift build -c release
working-directory: /home/runner/carton
- run: echo /home/runner/carton/.build/release >> ${GITHUB_PATH}
- run: tar xzf arton.tar.gz
working-directory: /home/runner
- run: echo /home/runner/carton >> ${GITHUB_PATH}
- run: carton --version

- uses: actions/checkout@v4

Expand Down

0 comments on commit d985df4

Please sign in to comment.