Skip to content

Commit fa335c6

Browse files
fix(ci): remove cache for sm build
1 parent 4134454 commit fa335c6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,7 @@ jobs:
119119
id: starlingmonkey-commit
120120
run: echo "STARLINGMONKEY_HASH=$(git submodule status | head -c9 | tail -c8)" >> "$GITHUB_OUTPUT"
121121

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-
128122
- name: Install Rust Toolchain
129-
if: steps.starlingmonkey-build.outputs.cache-hit != 'true'
130123
run: |
131124
rustup toolchain install ${{ matrix.rust-version }}
132125
rustup target add wasm32-wasip1 --toolchain ${{ matrix.rust-version }}

0 commit comments

Comments
 (0)