From 1c2bab3712792c01b78e0057ccc8a75dd092c0d8 Mon Sep 17 00:00:00 2001 From: GuoYaxing9347 <134930765+GuoYaxing9347@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:04:34 +0800 Subject: [PATCH] Update makefile-test.yml --- .github/workflows/makefile-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/makefile-test.yml b/.github/workflows/makefile-test.yml index 0b50273..0991895 100644 --- a/.github/workflows/makefile-test.yml +++ b/.github/workflows/makefile-test.yml @@ -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