File tree 1 file changed +5
-7
lines changed 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -26,12 +26,11 @@ jobs:
26
26
steps :
27
27
- name : Install nightly toolchain
28
28
id : rustc-toolchain
29
- uses : actions-rs/ toolchain@v1
29
+ uses : actions-rust-lang/setup-rust- toolchain@v1
30
30
with :
31
31
toolchain : nightly-2024-05-29
32
- default : true
33
32
34
- - uses : lukka/get-cmake@v3.27.4
33
+ - uses : lukka/get-cmake@v3.30.2
35
34
36
35
- name : Show rust version
37
36
run : |
@@ -51,16 +50,15 @@ jobs:
51
50
ref : main
52
51
path : athena
53
52
54
- - name : Install ninja and riscv-tools
53
+ - name : Install riscv-tools
55
54
if : matrix.os == 'ubuntu'
56
55
run : |
57
56
sudo apt update
58
- sudo apt-get -y install ninja-build gcc-riscv64-unknown-elf
57
+ sudo apt-get -y install gcc-riscv64-unknown-elf
59
58
60
- - name : Install ninja and riscv-tools
59
+ - name : Install riscv-tools
61
60
if : matrix.os == 'macos'
62
61
run : |
63
- brew install ninja
64
62
brew tap riscv-software-src/riscv
65
63
brew install riscv-tools
66
64
You can’t perform that action at this time.
0 commit comments