Skip to content

Commit 3901a52

Browse files
chore(ci): Ensure installing SIMDe is not necessary (#64)
After #63, installing SIMDe should not be necessary. So, this pull request simplifies the CI settings by removing `brew install simde`.
1 parent 7848d60 commit 3901a52

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,7 @@ jobs:
2828
uses: Swatinem/rust-cache@v2
2929
- uses: taiki-e/install-action@v2
3030
with: { tool: 'just,cargo-binstall' }
31-
- if: runner.os == 'macOS'
32-
run: brew install simde
33-
- if: runner.os == 'macOS'
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
31+
- run: just ci-test
4032

4133
test-nightly:
4234
name: Nightly-specific tests

0 commit comments

Comments
 (0)