File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- name : cmake --workflow --preset build- *
1
+ name : cmake --workflow --preset build: *
2
2
on :
3
3
push :
4
4
# branches: ["main"]
74
74
- uses : goto-bus-stop/setup-zig@v2
75
75
- uses : actions/cache@v4
76
76
with :
77
- key : ${{ runner.os }}-${{ hashFiles("**" ) }}
77
+ key : ${{ runner.os }}-${{ hashFiles('**' ) }}
78
78
path : build/${{ matrix.target }}
79
79
- run : cmake --workflow --preset "build:$TARGET"
80
80
env :
Original file line number Diff line number Diff line change 1
- name : cmake --workflow --preset test- *
1
+ name : cmake --workflow --preset test: *
2
2
on :
3
3
push :
4
4
# branches: ["main"]
71
71
- uses : goto-bus-stop/setup-zig@v2
72
72
- uses : actions/cache@v4
73
73
with :
74
- key : ${{ runner.os }}-${{ hashFiles("**" ) }}
74
+ key : ${{ runner.os }}-${{ hashFiles('**' ) }}
75
75
path : build/${{ matrix.target }}
76
76
- run : cmake --workflow --preset "build:$TARGET"
77
77
env :
You can’t perform that action at this time.
0 commit comments