1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-30 21:51:12 +02:00

remove duplicate build_type

This commit is contained in:
yangliz5 2022-06-05 16:15:58 -05:00 committed by GitHub
parent f0fe8d1cf6
commit d207860343
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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