-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6154c4
commit e6920bd
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
- name: Setup riscv gnu/gcc toolchain | ||
uses: ChnMasterOG/[email protected] | ||
with: | ||
verion: v12.2.0 | ||
version: v12.2.0 | ||
- run: riscv-none-elf-gcc --version | ||
- name: make | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
- name: Setup riscv gnu/gcc toolchain | ||
uses: ChnMasterOG/[email protected] | ||
with: | ||
verion: v12.2.0 | ||
version: v12.2.0 | ||
- run: riscv-none-elf-gcc --version | ||
- name: Build and Packaging | ||
run: | | ||
|