mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-02-28 03:01:48 +00:00
fixes typo in action
This commit is contained in:
4
.github/workflows/cmake-single-platform.yml
vendored
4
.github/workflows/cmake-single-platform.yml
vendored
@@ -18,11 +18,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
- name: Smoke Test
|
- name: Pull submodules
|
||||||
working-directory: ${{github.workspace}}
|
working-directory: ${{github.workspace}}
|
||||||
run: git submodule update --recursive --init
|
run: git submodule update --recursive --init
|
||||||
|
|
||||||
- name: Cache Conan
|
- name: Cache Conan
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.conan2
|
path: ~/.conan2
|
||||||
|
|||||||
Reference in New Issue
Block a user