Do not cache stat attributes (#2319)

This is a workaround for CI failures.
This commit is contained in:
Andrew Gaul
2023-09-24 18:32:07 +09:00
committed by GitHub
parent 546cdd0d91
commit 64642e1d1b
3 changed files with 38 additions and 15 deletions

View File

@ -117,7 +117,9 @@ jobs:
- name: Shellcheck
run: |
make shellcheck
if shellcheck --version | awk -F '[ .]' '/version:/ && ($2 * 1000 + $3 <= 7) { exit(1) }'; then
make shellcheck
fi
- name: Test suite
run: |
@ -182,7 +184,9 @@ jobs:
- name: Shellcheck
run: |
make shellcheck
if shellcheck --version | awk -F '[ .]' '/version:/ && ($2 * 1000 + $3 <= 7) { exit(1) }'; then
make shellcheck
fi
- name: Test suite
run: |