Skip to content

Commit a17519e

Browse files
authored
Update cmake-multi-platform.yml
1 parent 0268f6b commit a17519e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
run: |
6666
mkdir build && cd build
6767
cmake .. -G "${{ matrix.config.generators }}" -DCMAKE_BUILD_TYPE=Release
68-
cmake --build . --config Release --target ALL_BUILD -j 6
68+
cmake --build . --config Release -j 6
6969
7070
7171
- name: Test

0 commit comments

Comments
 (0)