mirror of
https://github.com/Minres/RISCV-VP.git
synced 2026-01-11 09:04:07 +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:
|
||||
submodules: true
|
||||
|
||||
- name: Smoke Test
|
||||
- name: Pull submodules
|
||||
working-directory: ${{github.workspace}}
|
||||
run: git submodule update --recursive --init
|
||||
|
||||
- name: Cache Conan
|
||||
- name: Cache Conan
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.conan2
|
||||
|
||||
Reference in New Issue
Block a user