From 89b1e913d57da9a53cf4e0bfaef9fcb01eaa0056 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 16 Dec 2019 09:12:52 -0800 Subject: [PATCH] Check out submodules --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7d07592d9d..e02bf790b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,6 +69,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 + with: + submodules: true - uses: actions/checkout@v1 with: repository: bytecodealliance/wasmtime-libfuzzer-corpus