Update name of step

This commit is contained in:
Bart
2025-12-03 18:16:04 -05:00
parent efd2a33ecb
commit ac71a5fcc8

View File

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