mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-01-11 09:04:07 +00:00
fixes elf path in github action
This commit is contained in:
2
.github/workflows/cmake-single-platform.yml
vendored
2
.github/workflows/cmake-single-platform.yml
vendored
@@ -42,5 +42,5 @@ jobs:
|
||||
|
||||
- name: Smoke Test
|
||||
working-directory: ${{github.workspace}}
|
||||
run: ${{github.workspace}}/build/${{env.BUILD_TYPE}}/src/riscv-vp -f ${{github.workspace}}/fw/hello-world/hello.elf
|
||||
run: ${{github.workspace}}/build/${{env.BUILD_TYPE}}/src/riscv-vp -f ${{github.workspace}}/fw/hello-world/prebuilt/hello.elf
|
||||
|
||||
|
||||
Reference in New Issue
Block a user