Skip to content

Commit

Permalink
Bump ISPC version for CI to fix fneg issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Twinklebear committed Dec 9, 2023
1 parent 0abab86 commit 6bf0e0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- cron: "0 0 * * 1"
env:
CARGO_TERM_COLOR: always
ISPC_VERSION: 1.21.0
ISPC_VERSION: 1.22.0
jobs:
build_linux:
runs-on: ubuntu-latest
Expand All @@ -26,6 +26,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- run: brew update
- run: brew install ispc
- run: cargo build --all --all-targets --features ispc
- run: cargo clippy --all --all-targets --features ispc -- -D warnings
Expand Down

0 comments on commit 6bf0e0b

Please sign in to comment.