File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 42
42
profile : minimal
43
43
toolchain : 1.66.1
44
44
components : rustfmt, clippy
45
+ - uses : actions-rs/toolchain@v1
46
+ with :
47
+ profile : minimal
48
+ toolchain : 1.73.0
49
+ components : rustfmt, clippy
45
50
- uses : actions-rs/toolchain@v1
46
51
with :
47
52
profile : minimal
Original file line number Diff line number Diff line change 23
23
working-directory : target_chains/solana
24
24
steps :
25
25
- uses : actions/checkout@v2
26
+ - uses : actions-rs/toolchain@v1
27
+ with :
28
+ profile : minimal
29
+ toolchain : 1.73.0
30
+ override : true
26
31
- name : Install Solana
27
32
run : |
28
33
sh -c "$(curl -sSfL https://release.solana.com/v1.16.20/install)"
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ repos:
108
108
- id : cargo-clippy-pyth-solana-receiver
109
109
name : Cargo clippy for solana target chain contract
110
110
language : " rust"
111
- entry : cargo +nightly-2023-03-01 clippy --manifest-path ./target_chains/solana/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
111
+ entry : cargo +1.73.0 clippy --manifest-path ./target_chains/solana/Cargo.toml --tests --fix --allow-dirty --allow-staged -- -D warnings
112
112
pass_filenames : false
113
113
files : target_chains/solana
114
114
# For express relay python files
You can’t perform that action at this time.
0 commit comments