mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-01-11 09:04:07 +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
|
||||
on:
|
||||
push:
|
||||
<<<<<<< HEAD
|
||||
branches: [ "main" ]
|
||||
=======
|
||||
branches: [ "*" ]
|
||||
>>>>>>> 59096e7 (updates github action)
|
||||
branches: [ "main", "develop" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
@@ -44,8 +40,3 @@ jobs:
|
||||
working-directory: ${{github.workspace}}
|
||||
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