Skip to content

Commit 6b67f9e

Browse files
committed
chore: disable object file caching in build action for Windows
1 parent 0984ce3 commit 6b67f9e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/nginx.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ jobs:
186186
~/.cargo/registry/index/
187187
~/.cargo/registry/cache/
188188
~/.cargo/git/db/
189-
nginx/objs/**/CACHEDIR.TAG
190-
nginx/objs/**/ngx-debug
191-
nginx/objs/**/ngx-release
189+
# nginx/objs/**/CACHEDIR.TAG
190+
# nginx/objs/**/ngx-debug
191+
# nginx/objs/**/ngx-release
192192
key: ${{ runner.os }}-nginx-${{ hashFiles('**/Cargo.lock') }}
193193
restore-keys: ${{ runner.os }}-nginx-
194194

0 commit comments

Comments
 (0)