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 0984ce3 commit 6b67f9eCopy full SHA for 6b67f9e
1 file changed
.github/workflows/nginx.yaml
@@ -186,9 +186,9 @@ jobs:
186
~/.cargo/registry/index/
187
~/.cargo/registry/cache/
188
~/.cargo/git/db/
189
- nginx/objs/**/CACHEDIR.TAG
190
- nginx/objs/**/ngx-debug
191
- nginx/objs/**/ngx-release
+ # nginx/objs/**/CACHEDIR.TAG
+ # nginx/objs/**/ngx-debug
+ # nginx/objs/**/ngx-release
192
key: ${{ runner.os }}-nginx-${{ hashFiles('**/Cargo.lock') }}
193
restore-keys: ${{ runner.os }}-nginx-
194
0 commit comments