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.
1 parent 5afb766 commit 86daae1Copy full SHA for 86daae1
.github/workflows/solana.yml
@@ -59,11 +59,11 @@ jobs:
59
node-version: "20.11.0"
60
- name: Cache Solana CLI tools
61
uses: actions/cache@v4
62
- with:
63
- path: |
64
- ~/.cache/solana/
65
- ~/.local/share/solana/
66
- key: solana-cli-${{ runner.os }}-build-1.18.15
+ with:
+ path: |
+ ~/.cache/solana/
+ ~/.local/share/solana/
+ key: solana-cli-${{ runner.os }}-build-1.18.15
67
- name: Install Solana CLI tools
68
run: |
69
sh -c "$(curl -sSfL https://release.solana.com/v1.18.15/install)"
0 commit comments