Skip to content

Commit

Permalink
remove -G options for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathSpirit committed Jan 7, 2024
1 parent 0194bf1 commit 4b075d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_linux_gcc_64bit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
shell: bash
working-directory: ${{github.workspace}}/deps
run: |
cmake . -G "MinGW Makefiles" -D CMAKE_BUILD_TYPE=$BUILD_TYPE
cmake . -D CMAKE_BUILD_TYPE=$BUILD_TYPE
cmake --build . -j ${{steps.cpu-cores.outputs.count}} --config $BUILD_TYPE
- name: Configure CMake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
shell: bash
working-directory: ${{github.workspace}}/deps
run: |
cmake . -G "MinGW Makefiles" -D CMAKE_BUILD_TYPE=$BUILD_TYPE
cmake . -D CMAKE_BUILD_TYPE=$BUILD_TYPE
cmake --build . -j ${{steps.cpu-cores.outputs.count}} --config $BUILD_TYPE
# Initializes the CodeQL tools for scanning.
Expand Down

0 comments on commit 4b075d9

Please sign in to comment.