Skip to content

Commit 14ae69e

Browse files
authored
Fix "Publish JS Client" workflow (#61)
again
1 parent 2714049 commit 14ae69e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/publish-js-client.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
- name: Setup Environment
3939
uses: ./.github/actions/setup
4040
with:
41-
cargo-cache-key: cargo-programs
41+
cargo-cache-key: cargo-program
42+
toolchain: build
4243
solana: true
4344

4445
- name: Format JS Client

0 commit comments

Comments
 (0)