Skip to content

Commit

Permalink
Update makefile-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoYaxing9347 authored Aug 27, 2024
1 parent 6b2a3b3 commit 1c2bab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/makefile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4

- name: install riscv64 toolchain package
run: sudo apt install gcc-riscv64-linux-gnu
run: export PATH=$PATH:/opt/riscv-gcv-230425/bin

- name: make
run: ./build.sh fpga-h

0 comments on commit 1c2bab3

Please sign in to comment.