Skip to content

Commit

Permalink
Another attempt to fix mac-cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 20, 2024
1 parent 7aa8a61 commit 0e95786
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 @@ -55,7 +55,7 @@ jobs:
with:
version: '6.2.4'
- name: install-gcc-12
run: brew install gcc-12
run: brew install gcc@12
- name: cmake
run: mkdir cbuild; cd cbuild; cmake ..
- name: make
Expand Down

0 comments on commit 0e95786

Please sign in to comment.