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 9f8585b commit 433010e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/makefile-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
- uses: actions/checkout@v4

- name: set-env
run: export PATH=$PATH:/opt/riscv-gcv-230425/bin
run: |
export PATH=$PATH:/opt/riscv-gcv-230425/bin
export CROSS_COMPILE=riscv64-unknown-linux-gnu-
export ARCH=riscv
- name: make
run: ./build.sh fpga-h

0 comments on commit 433010e

Please sign in to comment.