зеркало из https://github.com/github/ruby.git
[cygwin] Removed unnecessary `-c` options
This commit is contained in:
Родитель
ec931ee9e1
Коммит
cd35c09540
|
@ -56,18 +56,18 @@ jobs:
|
||||||
shell: cmd
|
shell: cmd
|
||||||
- name: Actions-commit-info.sh
|
- name: Actions-commit-info.sh
|
||||||
run: |
|
run: |
|
||||||
bash.exe -c "./src/tool/actions-commit-info.sh"
|
bash ./src/tool/actions-commit-info.sh
|
||||||
shell: cmd
|
shell: cmd
|
||||||
- name: Autoconf
|
- name: Autoconf
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
bash.exe -c autoconf
|
bash /usr/bin/autoconf
|
||||||
shell: cmd
|
shell: cmd
|
||||||
- name: Configure
|
- name: Configure
|
||||||
run: |
|
run: |
|
||||||
md build
|
md build
|
||||||
cd build
|
cd build
|
||||||
bash -c ../src/configure
|
bash ../src/configure
|
||||||
shell: cmd
|
shell: cmd
|
||||||
- name: make
|
- name: make
|
||||||
run: |
|
run: |
|
||||||
|
|
Загрузка…
Ссылка в новой задаче