mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-01-11 17:14:06 +00:00
fixes leftover in action
This commit is contained in:
11
.github/workflows/cmake-single-platform.yml
vendored
11
.github/workflows/cmake-single-platform.yml
vendored
@@ -1,11 +1,7 @@
|
|||||||
name: Smoketest
|
name: Smoketest
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
<<<<<<< HEAD
|
branches: [ "main", "develop" ]
|
||||||
branches: [ "main" ]
|
|
||||||
=======
|
|
||||||
branches: [ "*" ]
|
|
||||||
>>>>>>> 59096e7 (updates github action)
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches: [ "main" ]
|
||||||
|
|
||||||
@@ -44,8 +40,3 @@ jobs:
|
|||||||
working-directory: ${{github.workspace}}
|
working-directory: ${{github.workspace}}
|
||||||
run: build/${{env.BUILD_TYPE}}/src/riscv-vp --isa 'rv32gc_msu' -v INFO -f fw/hello-world/hello.elf
|
run: build/${{env.BUILD_TYPE}}/src/riscv-vp --isa 'rv32gc_msu' -v INFO -f fw/hello-world/hello.elf
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user