summaryrefslogtreecommitdiff
path: root/.github/workflows/cygwin.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/cygwin.yml')
-rw-r--r--.github/workflows/cygwin.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 09df0f24ab..4d3caa7755 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -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: |