1
0
Fork 0
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:
Nobuyoshi Nakada 2019-12-10 12:11:37 +09:00
parent ec931ee9e1
commit cd35c09540
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60
Notes: git 2019-12-10 12:37:31 +09:00

View file

@ -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: |