We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7848d60 commit 3901a52Copy full SHA for 3901a52
1 file changed
.github/workflows/ci.yml
@@ -28,15 +28,7 @@ jobs:
28
uses: Swatinem/rust-cache@v2
29
- uses: taiki-e/install-action@v2
30
with: { tool: 'just,cargo-binstall' }
31
- - if: runner.os == 'macOS'
32
- run: brew install simde
33
34
- run: just ci-test
35
- env:
36
- CXXFLAGS: -I/opt/homebrew/include
37
- CFLAGS: -I/opt/homebrew/include
38
- - if: runner.os == 'Linux'
39
+ - run: just ci-test
40
41
test-nightly:
42
name: Nightly-specific tests
0 commit comments