mirror of
https://github.com/curl/curl.git
synced 2026-06-02 04:04:26 +03:00
GHA/windows: bump Cygwin action, move package store to D:
- to benefit from the new download retry mechanism.
https://github.com/cygwin/cygwin-install-action/pull/26
- to use a new setting that not only moves the Cygwin install target
directory to the faster `D:` drive, but also the package download
directory. Expecting a little performance improvement from this for
the Cygwin install step.
d3a7464b92
https://github.com/cygwin/cygwin-install-action/pull/27
Closes #17040
This commit is contained in:
parent
14d4712db7
commit
d163c7cbd1
1 changed files with 2 additions and 3 deletions
5
.github/workflows/windows.yml
vendored
5
.github/workflows/windows.yml
vendored
|
|
@ -55,12 +55,11 @@ jobs:
|
|||
steps:
|
||||
- run: git config --global core.autocrlf input
|
||||
shell: pwsh
|
||||
|
||||
- uses: cygwin/cygwin-install-action@f61179d72284ceddc397ed07ddb444d82bf9e559 # v5
|
||||
- uses: cygwin/cygwin-install-action@e67b1f4a359a621ee71cc8f0a96d3b8be1c9a218 # v5
|
||||
with:
|
||||
platform: ${{ matrix.platform }}
|
||||
site: https://mirrors.kernel.org/sourceware/cygwin/
|
||||
install-dir: D:\cygwin
|
||||
work-vol: 'D:'
|
||||
# https://cygwin.com/cgi-bin2/package-grep.cgi
|
||||
packages: >-
|
||||
autoconf libtool gcc-core gcc-g++ binutils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue