Skip to content

Commit a1bbc71

Browse files
committed
Actions: Refactor for mac.
1 parent 17a3f39 commit a1bbc71

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/c-test.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v5
3030
- run: |
31-
brew update
3231
brew install criterion coreutils
3332
echo CPATH="/opt/homebrew/include:$CPATH" >> "$GITHUB_ENV"
3433
echo LIBRARY_PATH="/opt/homebrew/lib:$LIBRARY_PATH" >> "$GITHUB_ENV"
3534
echo DYLD_LIBRARY_PATH=. >> "$GITHUB_ENV"
3635
echo MAKEFLAGS=-j3 >> "$GITHUB_ENV"
3736
- name: Test
38-
run: make test CC=clang
37+
run: make test
3938
- name: Test -O3
40-
run: make clean && make test CC=clang XCFLAGS='-O3 -g0'
39+
run: make clean && make test XCFLAGS='-O3 -g0'

0 commit comments

Comments
 (0)