mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[cygwin] Removed unnecessary packages
This commit is contained in:
parent
cd35c09540
commit
129c3216d9
Notes:
git
2019-12-10 12:37:31 +09:00
1 changed files with 1 additions and 1 deletions
2
.github/workflows/cygwin.yml
vendored
2
.github/workflows/cygwin.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
|||
${{ runner.os }}-cygwin-package-
|
||||
- name: Install cygwin additional packages
|
||||
run: |
|
||||
C:\tools\cygwin\cygwinsetup.exe -qgnNdO -R C:/tools/cygwin -l C:/tools/cygwin/package -s http://mirrors.kernel.org/sourceware/cygwin/ -P autoconf,bison,gcc-core,git,libcrypt-devel,libedit-devel,libffi-devel,libgdbm-devel,libgmp-devel,libintl-devel,libncurses-devel,libreadline-devel,libssl-devel,libuuid-devel,make,patch,ruby,tcl-tk-devel,zlib-devel
|
||||
C:\tools\cygwin\cygwinsetup.exe -qgnNdO -R C:/tools/cygwin -l C:/tools/cygwin/package -s http://mirrors.kernel.org/sourceware/cygwin/ -P autoconf,bison,gcc-core,git,libffi-devel,libgdbm-devel,libgmp-devel,libreadline-devel,libssl-devel,make,patch,ruby,zlib-devel
|
||||
shell: cmd
|
||||
- name: Set ENV
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue