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