@ -79,7 +79,7 @@ jobs:
# bump depth (or even better, the submodule), in case of "error:
# bump depth (or even better, the submodule), in case of "error:
# Server does not allow request for unadvertised object" in the
# Server does not allow request for unadvertised object" in the
# future.
# future.
- run : git submodule update --init --depth 32 --jobs 3
- run : git submodule update --init --depth 64 --jobs 3
# Persist ccache-based caches across builds. This directory is configured
# Persist ccache-based caches across builds. This directory is configured
# via the CCACHE_DIR env var below for ccache to use.
# via the CCACHE_DIR env var below for ccache to use.
@ -265,7 +265,7 @@ jobs:
fetch-depth : 0
fetch-depth : 0
- run : git fetch --tags --force
- run : git fetch --tags --force
name : Force-fetch tags to work around actions/checkout#290
name : Force-fetch tags to work around actions/checkout#290
- run : git submodule update --init --depth 32 --jobs 3
- run : git submodule update --init --depth 64 --jobs 3
- name : Setup `wasmtime` for tests
- name : Setup `wasmtime` for tests
uses : bytecodealliance/actions/wasmtime/setup@v1
uses : bytecodealliance/actions/wasmtime/setup@v1
with:
with: