Skip to content

Commit eae75ac

Browse files
Merge pull request #49 from julien-michot/fix/macos-ci
Remove gcc and cmake installs
2 parents 871fda8 + 104e1ab commit eae75ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v4
5252
- name: Install dependencies
5353
run: |-
54-
brew install gcc cmake eigen catch2
54+
brew install eigen catch2
5555
- name: Configure Cmake
5656
run: |-
5757
cmake ./ -B build -DCMAKE_BUILD_TYPE=Debug -DTINYOPT_BUILD_TESTS=ON -DTINYOPT_BUILD_DOCS=OFF

0 commit comments

Comments
 (0)