Skip to content

Commit

Permalink
github: use riscv-toolchain v2.0
Browse files Browse the repository at this point in the history
The documented tag `v2` no longer exists:

gregdavill/setup-riscv-gnu-toolchain#5

Signed-off-by: Sean Cross <[email protected]>
  • Loading branch information
xobs committed Jul 9, 2024
1 parent 26d8337 commit 660ee90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
# │ │ │ │ │
# │ │ │ │ │
# * * * * *
- cron: '26 15 * * *'
- cron: '32 13 * * *'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -29,7 +29,7 @@ jobs:
id: extract_rust_version

- name: Setup riscv gnu/gcc toolchain
uses: gregdavill/setup-riscv-gnu-toolchain@v2
uses: gregdavill/setup-riscv-gnu-toolchain@v2.0

- name: Checkout repo
uses: actions/checkout@v2
Expand Down

0 comments on commit 660ee90

Please sign in to comment.