fixes elf path in github action

This commit is contained in:
2026-01-10 16:39:45 +01:00
parent b3dbe43365
commit ccaf7e66e0

View File

@@ -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