Skip to content

Commit

Permalink
Attempt to add gcc for the Mac build on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kovzol committed Jan 20, 2024
1 parent 86a1396 commit 7aa8a61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +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 ..
- name: make
Expand Down

0 comments on commit 7aa8a61

Please sign in to comment.