diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cygwin.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml index 441637c15..d641b1850 100644 --- a/.github/workflows/cygwin.yml +++ b/.github/workflows/cygwin.yml @@ -41,6 +41,10 @@ jobs: MESON_CI_JOBNAME: cygwin-${{ matrix.NAME }} steps: + # remove inheritable permissions since they break assumptions testsuite + # makes about file modes + - run: icacls . /inheritance:r /T /C + - uses: actions/cache/restore@v4 id: restore-cache with: |
