From ac71a5fcc8e2d7f115e93087734bd6181927d154 Mon Sep 17 00:00:00 2001 From: Bart <11445373+bthomee@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:16:04 -0500 Subject: [PATCH] Update name of step --- .github/workflows/reusable-build-test-config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/reusable-build-test-config.yml b/.github/workflows/reusable-build-test-config.yml index ee9f4806bd..5361e6cde0 100644 --- a/.github/workflows/reusable-build-test-config.yml +++ b/.github/workflows/reusable-build-test-config.yml @@ -116,7 +116,7 @@ jobs: ${CMAKE_ARGS} \ .. - - name: Restore build objects + - name: Restore build objects (Linux) if: ${{ runner.os == 'Linux' }} uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: @@ -142,7 +142,7 @@ jobs: - name: Print out ccache statistics after building run: ccache -s - - name: Save build objects + - name: Save build objects (Linux) if: ${{ runner.os == 'Linux' }} uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: