We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a479ea8 commit 04a2303Copy full SHA for 04a2303
.github/workflows/build.yml
@@ -42,8 +42,8 @@ jobs:
42
shell: bash
43
run: |
44
source PawPaw/local.env ${{ matrix.target }}
45
- cmake -S . -B build
46
- $(which cmake) --build build -j
+ ${CMAKE} -S . -B build
+ cmake --build build -j
47
48
macos:
49
strategy:
@@ -73,8 +73,8 @@ jobs:
73
74
75
76
77
78
79
windows:
80
@@ -113,5 +113,5 @@ jobs:
113
114
115
116
117
0 commit comments