Skip to content

Commit

Permalink
explicitly specify gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
radj307 committed Jan 12, 2024
1 parent fa0c13c commit 8fd7783
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/make-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,9 @@ jobs:

- name: Build
run: cmake --build out/build --config Release
env:
CC: gcc
CXX: g++

- name: Compress
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit 8fd7783

Please sign in to comment.