fix: MSVC need config option

This commit is contained in:
2024-02-08 10:49:07 +08:00
parent 0f8158c964
commit 1cfc29560d
2 changed files with 6 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ jobs:
run: cmake -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} -B ${{ env.BUILD_PATH }}
- name: Build
run: cmake --build ${{ env.BUILD_PATH }} -j 4
run: cmake --build ${{ env.BUILD_PATH }} -j 4 --config ${{ env.BUILD_TYPE }}
- name: Upload artifact
uses: actions/upload-artifact@v4