Skip to content
This repository was archived by the owner on Dec 11, 2024. It is now read-only.

Commit 3ff7254

Browse files
committed
Update compile.yml
1 parent cc5b742 commit 3ff7254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v3
2727
- name: Run CMake
28-
run: cmake -S . -B build -G "Visual Studio 17 2022" -A ${{ matrix.architecture }}"
28+
run: cmake -S . -B build -G "Visual Studio 17 2022" -A ${{ matrix.architecture }}
2929
if: matrix.build_type == 'Release'
3030
- name: Build
3131
run: cmake --build build --config ${{ matrix.build_type }} --parallel 10

0 commit comments

Comments
 (0)