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 52286f5 commit 4043c1fCopy full SHA for 4043c1f
.github/workflows/nginx.yaml
@@ -185,9 +185,8 @@ jobs:
185
~/.cargo/registry/index/
186
~/.cargo/registry/cache/
187
~/.cargo/git/db/
188
- nginx/objs/**/CACHEDIR.TAG
189
- nginx/objs/**/ngx-debug
190
- nginx/objs/**/ngx-release
+ # Windows nmake implementation doesn't support .PHONY. Don't cache
+ # anything make creates because it might not rebuild correctly
191
key: ${{ runner.os }}-nginx-${{ hashFiles('**/Cargo.lock') }}
192
restore-keys: ${{ runner.os }}-nginx-
193
0 commit comments