We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5a75be + ff3f43e commit 296a232Copy full SHA for 296a232
.github/workflows/ci-turbo-build.yml
@@ -16,6 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
+ - uses: Swatinem/rust-cache@v2
20
- uses: actions/setup-node@v4
21
with:
22
node-version-file: "package.json"
.github/workflows/ci-turbo-test.yml
@@ -22,6 +22,7 @@ jobs:
- uses: actions-rust-lang/setup-rust-toolchain@v1
23
24
toolchain: 1.81.0
25
26
- name: Install Solana Cli
27
run: |
28
sh -c "$(curl -sSfL https://release.anza.xyz/stable/install)"
0 commit comments