diff options
author | Max Maischein <corion@corion.net> | 2019-11-17 08:59:32 +0100 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2019-11-18 11:45:23 -0800 |
commit | 962a0f797e868bc7f1a8a885f6ee4c92d51b4041 (patch) | |
tree | 37dbebe119a7a8d7156869da775c011d2186d440 /.github | |
parent | 53379bfd2fda838c2871b2d7a303224e0724baa0 (diff) | |
download | perl-962a0f797e868bc7f1a8a885f6ee4c92d51b4041.tar.gz |
Use Cygwin native git to fix file permissions
This should fix the porting/ related test failures
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/smoke-windows-cygwin.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/smoke-windows-cygwin.yml b/.github/workflows/smoke-windows-cygwin.yml index aa92bb43e3..18c957681f 100644 --- a/.github/workflows/smoke-windows-cygwin.yml +++ b/.github/workflows/smoke-windows-cygwin.yml @@ -27,6 +27,11 @@ jobs: run: | dir c:\tools\cygwin path + - name: Check out again, using Cygwin git, to reset file permissions + shell: cmd + run: | + path c:\tools\cygwin\bin;c:\tools\cygwin\usr\bin + git checkout --force - name: Configure shell: cmd run: | |