File tree Expand file tree Collapse file tree 8 files changed +0
-24
lines changed Expand file tree Collapse file tree 8 files changed +0
-24
lines changed Original file line number Diff line number Diff line change 21
21
working-directory : target_chains/fuel/contracts/
22
22
steps :
23
23
- uses : actions/checkout@v2
24
- - uses : Swatinem/rust-cache@v2
25
- with :
26
- workspaces : " target_chains/fuel/contracts -> target"
27
24
- name : Install Fuel toolchain
28
25
run : |
29
26
curl https://install.fuel.network | sh
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
steps :
13
13
- uses : actions/checkout@v2
14
- - uses : Swatinem/rust-cache@v2
15
- with :
16
- workspaces : " apps/hermes/server -> target"
17
14
- uses : actions-rs/toolchain@v1
18
15
with :
19
16
profile : minimal
Original file line number Diff line number Diff line change 23
23
- uses : actions-rust-lang/setup-rust-toolchain@v1
24
24
with :
25
25
toolchain : 1.81.0
26
- - uses : Swatinem/rust-cache@v2
27
- with :
28
- workspaces : " lazer -> target"
29
26
- name : Install Foundry
30
27
uses : foundry-rs/foundry-toolchain@v1
31
28
- name : install extra tools
Original file line number Diff line number Diff line change 36
36
working-directory : target_chains/near/receiver
37
37
steps :
38
38
- uses : actions/checkout@v2
39
- - uses : Swatinem/rust-cache@v2
40
- with :
41
- workspaces : " target_chains/near/receiver -> target"
42
39
- run : sudo apt-get install -y libudev-dev
43
40
- run : cargo +stable install --locked cargo-near@0.13.3
44
41
- run : cargo near build reproducible-wasm
Original file line number Diff line number Diff line change 18
18
toolchain : 1.73.0
19
19
components : rustfmt, clippy
20
20
override : true
21
- - uses : Swatinem/rust-cache@v2
22
- with :
23
- workspaces : " governance/remote_executor -> target"
24
21
- name : Install Solana
25
22
run : |
26
23
sh -c "$(curl -sSfL https://release.solana.com/v1.18.23/install)"
Original file line number Diff line number Diff line change 18
18
components : rustfmt, clippy
19
19
override : true
20
20
- uses : actions/checkout@v3
21
- - uses : Swatinem/rust-cache@v2
22
- with :
23
- workspaces : " target_chains/starknet/tools/test_vaas -> target"
24
21
- name : Install Scarb
25
22
uses : software-mansion/setup-scarb@v1
26
23
with :
Original file line number Diff line number Diff line change 37
37
with :
38
38
toolchain : stable
39
39
rustflags : " "
40
- - uses : Swatinem/rust-cache@v2
41
- with :
42
- workspaces : " target_chains/ethereum/sdk/stylus -> target"
43
40
- name : Add rust targets ${{ matrix.target }}
44
41
run : rustup target add ${{ matrix.target }}
45
42
- name : Cargo check
Original file line number Diff line number Diff line change 19
19
working-directory : target_chains/sui/contracts/
20
20
steps :
21
21
- uses : actions/checkout@v3
22
- - uses : Swatinem/rust-cache@v2
23
- with :
24
- workspaces : " target_chains/sui/contracts -> target"
25
22
26
23
- name : Update rust
27
24
run : rustup update stable
You can’t perform that action at this time.
0 commit comments