We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 398f01f commit e71ff4fCopy full SHA for e71ff4f
.github/workflows/build.yml
@@ -1,4 +1,4 @@
1
-name: Build libfuzzer
+name: Build fuzzercorn
2
3
on:
4
push:
@@ -9,5 +9,8 @@ jobs:
9
steps:
10
- uses: actions/checkout@v2
11
12
- - name: Build libfuzzer
+ - name: '🛠️ Checkout submodules'
13
+ run: git submodule update --init
14
+
15
+ - name: Build fuzzercorn
16
run: mkdir build && cmake -S . -B build -DCMAKE_BUILD_TYPE=Debug && cmake --build build -j 4
.github/workflows/pypi.yml
@@ -33,6 +33,9 @@ jobs:
33
34
35
36
37
38
39
- name: '🛠️ Set up Python'
40
uses: actions/setup-python@v2
41
with:
0 commit comments