Skip to content

Commit

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

0 comments on commit 1b46134

Please sign in to comment.