Skip to content

Commit a3ccbb5

Browse files
author
Bengt Lofgren
committed
try commenting out rustup default stable
1 parent 7671ead commit a3ccbb5

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/solana.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ jobs:
9696
node-version: "20.11.0"
9797
solana-cli-version: "1.18.15"
9898
anchor-version: "0.30.1"
99-
- name: Set default Rust toolchain
100-
run: rustup default stable
101-
working-directory: ./solana
99+
# - name: Set default Rust toolchain
100+
# run: rustup default stable
101+
# working-directory: ./solana
102102
- name: Git Submodule Update
103103
run: |
104104
git config --global user.email "[email protected]"
@@ -126,9 +126,9 @@ jobs:
126126
node-version: "20.11.0"
127127
solana-cli-version: "1.18.15"
128128
anchor-version: "0.30.1"
129-
- name: Set default Rust toolchain
130-
run: rustup default stable
131-
working-directory: ./solana
129+
# - name: Set default Rust toolchain
130+
# run: rustup default stable
131+
# working-directory: ./solana
132132
- name: Git Submodule Update
133133
run: |
134134
git config --global user.email "[email protected]"
@@ -156,9 +156,9 @@ jobs:
156156
node-version: "20.11.0"
157157
solana-cli-version: "1.18.15"
158158
anchor-version: "0.30.1"
159-
- name: Set default Rust toolchain
160-
run: rustup default stable
161-
working-directory: ./solana
159+
# - name: Set default Rust toolchain
160+
# run: rustup default stable
161+
# working-directory: ./solana
162162
- name: Git Submodule Update
163163
run: |
164164
git config --global user.email "[email protected]"

0 commit comments

Comments
 (0)