File tree Expand file tree Collapse file tree 4 files changed +2
-11
lines changed Expand file tree Collapse file tree 4 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 20
20
sudo apt-get install -y curl clang curl libssl-dev llvm \
21
21
libudev-dev protobuf-compiler
22
22
23
- - name : Set up Rust Toolchain
24
- run : curl https://sh.rustup.rs -sSf | sh -s -- -y
25
-
26
23
- name : Install substrate-spec-version
27
24
run : cargo install substrate-spec-version
28
25
Original file line number Diff line number Diff line change 20
20
sudo apt-get install -y curl clang curl libssl-dev llvm \
21
21
libudev-dev protobuf-compiler
22
22
23
- - name : Set up Rust Toolchain
24
- run : curl https://sh.rustup.rs -sSf | sh -s -- -y
25
-
26
23
- name : Install substrate-spec-version
27
24
run : cargo install substrate-spec-version
28
25
Original file line number Diff line number Diff line change 20
20
sudo apt-get install -y curl clang curl libssl-dev llvm \
21
21
libudev-dev protobuf-compiler
22
22
23
- - name : Set up Rust Toolchain
24
- run : curl https://sh.rustup.rs -sSf | sh -s -- -y
25
-
26
23
- name : Install substrate-spec-version
27
24
run : cargo install substrate-spec-version
28
25
Original file line number Diff line number Diff line change 14
14
runs-on : SubtensorCI
15
15
steps :
16
16
- name : Checkout sources
17
- uses : actions/checkout@v3
17
+ uses : actions/checkout@v4
18
18
19
19
- name : Run Try Runtime Checks
20
20
uses :
" paritytech/[email protected] "
29
29
runs-on : SubtensorCI
30
30
steps :
31
31
- name : Checkout sources
32
- uses : actions/checkout@v3
32
+ uses : actions/checkout@v4
33
33
34
34
- name : Run Try Runtime Checks
35
35
uses :
" paritytech/[email protected] "
You can’t perform that action at this time.
0 commit comments