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 0e95786 commit 4200cfd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@ jobs:
uses: jurplel/install-qt-action@v3
with:
version: '6.2.4'
- name: install-gcc-12
run: brew install gcc@12
- name: cmake
run: mkdir cbuild; cd cbuild; cmake ..
run: mkdir cbuild; cd cbuild; cmake -DCMAKE_C_COMPILER=gcc-12 -DCMAKE_CXX_COMPILER=g++-13 ..
- name: make
run: cd cbuild; make

Expand Down

0 comments on commit 4200cfd

Please sign in to comment.