add unzip

This commit is contained in:
neil 2020-08-28 23:31:18 +08:00
parent f170ee9e59
commit 9f80df3fcb
1 changed files with 2 additions and 2 deletions

View File

@ -42,11 +42,11 @@ jobs:
- name: Install cygwin base packages with chocolatey
run: |
choco config get cacheLocation
choco install cygwin
choco install --no-progress cygwin
shell: cmd
- name: Install cygwin additional packages
run: |
C:\tools\cygwin\cygwinsetup.exe -qgnNdO -R C:/tools/cygwin -s http://mirrors.kernel.org/sourceware/cygwin/ -P socat,curl,cron,git
C:\tools\cygwin\cygwinsetup.exe -qgnNdO -R C:/tools/cygwin -s http://mirrors.kernel.org/sourceware/cygwin/ -P socat,curl,cron,unzip,git
shell: cmd
- name: Set ENV
run: |