This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -86,15 +86,15 @@ jobs:
86
86
87
87
- name : Set env vars
88
88
run : |
89
- echo "RUST_STABLE_VERSION=1.65.0 " >> $GITHUB_ENV
89
+ echo "RUST_STABLE_VERSION=1.66.1 " >> $GITHUB_ENV
90
90
source ci/rust-version.sh
91
91
echo "RUST_STABLE=$rust_stable" >> $GITHUB_ENV
92
92
source ci/solana-version.sh
93
93
echo "SOLANA_VERSION=$solana_version" >> $GITHUB_ENV
94
94
95
95
- uses : actions-rs/toolchain@v1
96
96
with :
97
- toolchain : ${{ env.RUST_STABLE }}
97
+ toolchain : ${{ env.RUST_STABLE_VERSION }}
98
98
override : true
99
99
profile : minimal
100
100
@@ -103,7 +103,7 @@ jobs:
103
103
path : |
104
104
~/.cargo/registry
105
105
~/.cargo/git
106
- key : cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ env.RUST_STABLE }}
106
+ key : cargo-build-${{ hashFiles('**/Cargo.lock') }}-${{ env.RUST_STABLE_VERSION }}
107
107
108
108
- name : Install dependencies
109
109
run : |
@@ -114,7 +114,7 @@ jobs:
114
114
- name : Build and test token-2022 twoxtx (TEMPORARY)
115
115
run : |
116
116
./token/twoxtx-setup.sh
117
- ./ci/ cargo- test-sbf.sh token/program-2022-test
117
+ cargo +${{ env.RUST_STABLE_VERSION }} test-sbf --manifest-path token/program-2022-test/Cargo.toml -- --nocapture
118
118
119
119
js-test :
120
120
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments