From b79adf52a4c12566c65074c17418375d567ee3e3 Mon Sep 17 00:00:00 2001 From: Eyck Jentzsch Date: Sat, 10 Jan 2026 12:35:54 +0100 Subject: [PATCH] fixes typo in action --- .github/workflows/cmake-single-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-single-platform.yml b/.github/workflows/cmake-single-platform.yml index e0cd6fd..49887a8 100644 --- a/.github/workflows/cmake-single-platform.yml +++ b/.github/workflows/cmake-single-platform.yml @@ -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