mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-19 04:54:36 +03:00
remove duplicate build_type (#155)
This commit is contained in:
2
.github/workflows/standalone.yml
vendored
2
.github/workflows/standalone.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
|||||||
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
|
key: ${{ github.workflow }}-cpm-modules-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
|
||||||
|
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake -Sstandalone -Bbuild -DCMAKE_BUILD_TYPE=Debug -DCMAKE_BUILD_TYPE=Debug
|
run: cmake -Sstandalone -Bbuild -DCMAKE_BUILD_TYPE=Debug
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
run: cmake --build build -j4
|
run: cmake --build build -j4
|
||||||
|
|||||||
Reference in New Issue
Block a user