fixes typo in action

This commit is contained in:
2026-01-10 12:35:54 +01:00
parent 1d9e144e29
commit b79adf52a4

View File

@@ -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