Skip to content

Commit

Permalink
Compile with gcc 10
Browse files Browse the repository at this point in the history
  • Loading branch information
vasil-pashov committed Oct 15, 2024
1 parent eae0068 commit 1a7c70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
with:
cmakeListsTxtPath: ${{github.workspace}}/cpp/CMakeLists.txt
configurePreset: linux-debug
configurePresetAdditionalArgs: "['-DVCPKG_INSTALL_OPTIONS=--clean-after-build']"
configurePresetAdditionalArgs: "['-DVCPKG_INSTALL_OPTIONS=--clean-after-build', '-DCMAKE_CXX_COMPILER=g++-10', -'-DCMAKE_C_COMPILER=gcc-10']"

- name: Polaris PR Scan
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 1a7c70c

Please sign in to comment.