File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 29
29
- name : Install stable toolchain
30
30
uses : actions-rs/toolchain@v1
31
31
with :
32
- toolchain : 1.69 .0
32
+ toolchain : 1.78 .0
33
33
target : wasm32-unknown-unknown
34
34
override : true
35
35
profile : minimal
39
39
40
40
- name : Compile WASM
41
41
run : |
42
- rustup component add rustfmt --toolchain 1.69 .0-x86_64-unknown-linux-gnu
43
- rustup component add clippy --toolchain 1.69 .0-x86_64-unknown-linux-gnu
42
+ rustup component add rustfmt --toolchain 1.78 .0-x86_64-unknown-linux-gnu
43
+ rustup component add clippy --toolchain 1.78 .0-x86_64-unknown-linux-gnu
44
44
sudo chmod -R 777 artifacts
45
45
sudo chmod -R 777 scripts
46
46
# Build cosmwasm builder image
Original file line number Diff line number Diff line change @@ -40,16 +40,16 @@ jobs:
40
40
- name : Install stable toolchain
41
41
uses : actions-rs/toolchain@v1
42
42
with :
43
- toolchain : 1.69 .0
43
+ toolchain : 1.78 .0
44
44
target : wasm32-unknown-unknown
45
45
override : true
46
46
profile : minimal
47
47
- name : Cache Rust dependencies
48
48
uses : Swatinem/rust-cache@v2
49
49
- name : Compile WASM
50
50
run : |
51
- rustup component add rustfmt --toolchain 1.69 .0-x86_64-unknown-linux-gnu
52
- rustup component add clippy --toolchain 1.69 .0-x86_64-unknown-linux-gnu
51
+ rustup component add rustfmt --toolchain 1.78 .0-x86_64-unknown-linux-gnu
52
+ rustup component add clippy --toolchain 1.78 .0-x86_64-unknown-linux-gnu
53
53
bash ./scripts/optimize-cosmwasm.sh
54
54
cd artifacts/archway && zip -r ../../cosmwasm-contracts.zip . -j
55
55
You can’t perform that action at this time.
0 commit comments