Skip to content

Commit 2c363f9

Browse files
committed
next tes
1 parent d92b662 commit 2c363f9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/linux-simple2.yml

+6-4
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@ jobs:
5353
-DCMAKE_CXX_COMPILER=clang++ \
5454
-DRAPIDFUZZ_BUILD_TESTING=1 \
5555
-DRAPIDFUZZ_ENABLE_LINTERS=1 \
56-
-DRAPIDFUZZ_BUILD_FUZZERS=1 \
57-
-G Ninja
56+
-DRAPIDFUZZ_BUILD_FUZZERS=1
57+
58+
#- name: Build
59+
# working-directory: build
60+
# run: ninja
5861

5962
- name: Build
60-
working-directory: build
61-
run: ninja
63+
run: cmake --build build --config ${{matrix.BUILD_TYPE}}
6264

6365
- name: Test
6466
working-directory: build

0 commit comments

Comments
 (0)