Skip to content

Commit

Permalink
chore: set gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
karenc-bq committed Nov 29, 2024
1 parent 7696c62 commit c49d7f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
-DBUNDLE_DEPENDENCIES=true
env:
CXX: g++-11
CC: gcc-11

# Build driver
- name: Build driver
Expand All @@ -63,6 +64,7 @@ jobs:
run: cmake --build . --config $BUILD_TYPE
env:
CXX: g++-11
CC: gcc-11

- name: Build installer
working-directory: ${{ github.workspace }}/build
Expand Down

0 comments on commit c49d7f2

Please sign in to comment.