We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4134454 commit fa335c6Copy full SHA for fa335c6
.github/workflows/release.yml
@@ -119,14 +119,7 @@ jobs:
119
id: starlingmonkey-commit
120
run: echo "STARLINGMONKEY_HASH=$(git submodule status | head -c9 | tail -c8)" >> "$GITHUB_OUTPUT"
121
122
- - uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
123
- id: starlingmonkey-build
124
- with:
125
- key: starlingmonkey-release-${{ steps.starlingmonkey-commit.outputs.STARLINGMONKEY_HASH }}
126
- path: lib
127
-
128
- name: Install Rust Toolchain
129
- if: steps.starlingmonkey-build.outputs.cache-hit != 'true'
130
run: |
131
rustup toolchain install ${{ matrix.rust-version }}
132
rustup target add wasm32-wasip1 --toolchain ${{ matrix.rust-version }}
0 commit comments