mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-01-11 09:04:07 +00:00
adds submodule update to action
This commit is contained in:
10
.github/workflows/cmake-single-platform.yml
vendored
10
.github/workflows/cmake-single-platform.yml
vendored
@@ -1,4 +1,4 @@
|
||||
name: Smoketest
|
||||
name: Smoke Test
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "develop" ]
|
||||
@@ -13,12 +13,16 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout SystemC-Components
|
||||
- name: Checkout Sources
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Cache Conan
|
||||
- name: Smoke Test
|
||||
working-directory: ${{github.workspace}}
|
||||
run: git submodule update --recursive --init
|
||||
|
||||
- name: Cache Conan
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.conan2
|
||||
|
||||
Reference in New Issue
Block a user