Skip to content

Commit

Permalink
ci:change compiler selection
Browse files Browse the repository at this point in the history
  • Loading branch information
morinim committed Jun 19, 2024
1 parent 49eb1d6 commit efb2746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
name: "Windows Latest MINGW ",
artifact: "windows-mingw.txz",
os: windows-latest,
shell: 'msys2 {0}',
shell: cmd,
cc: "gcc", cxx: "g++"
}
#- {
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Configure CMake / Build
working-directory: ${{github.workspace}}
run: |
cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -B build/ src/
CXX=${{ matrix.config.cxx }} cmake -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -B build/ src/
cmake --build build/ --config ${{matrix.build_type}}
- name: Test
working-directory: ${{github.workspace}}/build/test
Expand Down

0 comments on commit efb2746

Please sign in to comment.