Skip to content

Commit

Permalink
fix(ci): use actual gcc instead of apple's stupid symlink for real
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed Nov 9, 2024
1 parent 442c615 commit 58a9cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Configure CMake [macOS]
if: matrix.os == 'macos-latest'
run: |
export PATH=/usr/local/bin:$PATH
export PATH=/opt/homebrew/bin:$PATH
cmake -G "Ninja" -B build -DCMAKE_C_COMPILER="gcc" -DCMAKE_CXX_COMPILER="g++" -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DSOURCEPP_BUILD_TESTS=ON
- name: Build
Expand Down

0 comments on commit 58a9cab

Please sign in to comment.