Skip to content

Commit 68bd813

Browse files
committed
save
1 parent 067dc9e commit 68bd813

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cmake-workflow-preset-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cmake --workflow --preset build-*
1+
name: cmake --workflow --preset build:*
22
on:
33
push:
44
# branches: ["main"]
@@ -74,7 +74,7 @@ jobs:
7474
- uses: goto-bus-stop/setup-zig@v2
7575
- uses: actions/cache@v4
7676
with:
77-
key: ${{ runner.os }}-${{ hashFiles("**") }}
77+
key: ${{ runner.os }}-${{ hashFiles('**') }}
7878
path: build/${{ matrix.target }}
7979
- run: cmake --workflow --preset "build:$TARGET"
8080
env:

.github/workflows/cmake-workflow-preset-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: cmake --workflow --preset test-*
1+
name: cmake --workflow --preset test:*
22
on:
33
push:
44
# branches: ["main"]
@@ -71,7 +71,7 @@ jobs:
7171
- uses: goto-bus-stop/setup-zig@v2
7272
- uses: actions/cache@v4
7373
with:
74-
key: ${{ runner.os }}-${{ hashFiles("**") }}
74+
key: ${{ runner.os }}-${{ hashFiles('**') }}
7575
path: build/${{ matrix.target }}
7676
- run: cmake --workflow --preset "build:$TARGET"
7777
env:

0 commit comments

Comments
 (0)