Skip to content

Commit

Permalink
update toolchain to v5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChnMasterOG committed Feb 4, 2024
1 parent e6920bd commit a6e808c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
uses: actions/[email protected]
- uses: actions/checkout@v3
- name: Setup riscv gnu/gcc toolchain
uses: ChnMasterOG/setup-riscv-gnu-toolchain@v4.0
uses: ChnMasterOG/setup-riscv-gnu-toolchain@v5.0
with:
version: v12.2.0
version: 91402143
- run: riscv-none-elf-gcc --version
- name: make
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
uses: actions/[email protected]
- uses: actions/checkout@v3
- name: Setup riscv gnu/gcc toolchain
uses: ChnMasterOG/setup-riscv-gnu-toolchain@v4.0
uses: ChnMasterOG/setup-riscv-gnu-toolchain@v5.0
with:
version: v12.2.0
version: 91402143
- run: riscv-none-elf-gcc --version
- name: Build and Packaging
run: |
Expand Down

0 comments on commit a6e808c

Please sign in to comment.