Add back accidentally deleted CI

pull/402/head
Alex Crichton 1 year ago
parent d129523c4d
commit d744d47f31

@ -42,6 +42,9 @@ jobs:
uses: bytecodealliance/actions/wasmtime/setup@v1
with:
version: "18.0.2"
- uses: actions/checkout@v4
with:
fetch-depth: 0
# We can't use `--depth 1` here sadly because the GNU config
# submodule is not pinned to a particular tag/branch. Please
# bump depth (or even better, the submodule), in case of "error:

Loading…
Cancel
Save