Skip to content

Commit

Permalink
shamelessly steal ispc download line from traverse :)
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Dec 16, 2023
1 parent 3b5c0b4 commit 84ba4f6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- run: brew update
- run: brew install ispc
- run: |
curl -L https://github.com/ispc/ispc/releases/download/v${{ env.ISPC_VERSION }}/ispc-v${{ env.ISPC_VERSION }}-macOS.x86_64.tar.gz | tar xzv --strip-components=2 ispc-v${{ env.ISPC_VERSION }}-macOS.x86_64/bin/ispc
echo "$PWD" >> $GITHUB_PATH
- run: cargo build --all --all-targets --features ispc
- run: cargo clippy --all --all-targets --features ispc -- -D warnings
- run: cargo test --all
Expand Down

0 comments on commit 84ba4f6

Please sign in to comment.