Update ci.yml

This commit is contained in:
Scott Brenner
2025-05-08 22:35:45 -07:00
committed by teejusb
parent 698f6c178f
commit d88ca98039
+1 -1
View File
@@ -142,7 +142,7 @@ jobs:
with: with:
path: | path: |
build build
key: ${{ runner.os }}-cmake-build-${{ github.sha }} key: ${{ runner.os }}-${{ runner.arch }}-cmake-build-${{ hashFiles('**/CMakeLists.txt', '**/*.cmake') }}
restore-keys: | restore-keys: |
${{ runner.os }}-cmake-build- ${{ runner.os }}-cmake-build-
- name: Configure - name: Configure