mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[cygwin] Removed unnecessary -c
options
This commit is contained in:
parent
ec931ee9e1
commit
cd35c09540
Notes:
git
2019-12-10 12:37:31 +09:00
1 changed files with 3 additions and 3 deletions
6
.github/workflows/cygwin.yml
vendored
6
.github/workflows/cygwin.yml
vendored
|
@ -56,18 +56,18 @@ jobs:
|
|||
shell: cmd
|
||||
- name: Actions-commit-info.sh
|
||||
run: |
|
||||
bash.exe -c "./src/tool/actions-commit-info.sh"
|
||||
bash ./src/tool/actions-commit-info.sh
|
||||
shell: cmd
|
||||
- name: Autoconf
|
||||
run: |
|
||||
cd src
|
||||
bash.exe -c autoconf
|
||||
bash /usr/bin/autoconf
|
||||
shell: cmd
|
||||
- name: Configure
|
||||
run: |
|
||||
md build
|
||||
cd build
|
||||
bash -c ../src/configure
|
||||
bash ../src/configure
|
||||
shell: cmd
|
||||
- name: make
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue