Skip to content

Commit 78db710

Browse files
committed
Update some workflow dependencies
1 parent f283abe commit 78db710

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,11 @@ jobs:
2626
steps:
2727
- name: Install nightly toolchain
2828
id: rustc-toolchain
29-
uses: actions-rs/toolchain@v1
29+
uses: actions-rust-lang/setup-rust-toolchain@v1
3030
with:
3131
toolchain: nightly-2024-05-29
32-
default: true
3332

34-
- uses: lukka/get-cmake@v3.27.4
33+
- uses: lukka/get-cmake@v3.30.2
3534

3635
- name: Show rust version
3736
run: |
@@ -51,16 +50,15 @@ jobs:
5150
ref: main
5251
path: athena
5352

54-
- name: Install ninja and riscv-tools
53+
- name: Install riscv-tools
5554
if: matrix.os == 'ubuntu'
5655
run: |
5756
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
5958
60-
- name: Install ninja and riscv-tools
59+
- name: Install riscv-tools
6160
if: matrix.os == 'macos'
6261
run: |
63-
brew install ninja
6462
brew tap riscv-software-src/riscv
6563
brew install riscv-tools
6664

0 commit comments

Comments
 (0)