Skip to content

Commit 86daae1

Browse files
author
Bengt Lofgren
committed
try now
1 parent 5afb766 commit 86daae1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/solana.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ jobs:
5959
node-version: "20.11.0"
6060
- name: Cache Solana CLI tools
6161
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
62+
with:
63+
path: |
64+
~/.cache/solana/
65+
~/.local/share/solana/
66+
key: solana-cli-${{ runner.os }}-build-1.18.15
6767
- name: Install Solana CLI tools
6868
run: |
6969
sh -c "$(curl -sSfL https://release.solana.com/v1.18.15/install)"

0 commit comments

Comments
 (0)