summaryrefslogtreecommitdiff
path: root/.github/workflows/run-checker-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/run-checker-ci.yml')
-rw-r--r--.github/workflows/run-checker-ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/run-checker-ci.yml b/.github/workflows/run-checker-ci.yml
index 96eefc37ee..e21b31a47e 100644
--- a/.github/workflows/run-checker-ci.yml
+++ b/.github/workflows/run-checker-ci.yml
@@ -44,6 +44,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
+ - name: checkout fuzz/corpora submodule
+ run: git submodule update --init --depth 1 fuzz/corpora
- name: config
run: CC=clang ./config --banner=Configured --strict-warnings ${{ matrix.opt }}
- name: config dump