From 30db27c3aa22f687cbc140b2dd03d0a768faf06c Mon Sep 17 00:00:00 2001 From: DWesl <22566757+DWesl@users.noreply.github.com> Date: Wed, 11 May 2022 08:01:02 -0400 Subject: [PATCH] CI: Only invoke bash once for build step. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Let's see if this works. Co-authored-by: Ondrej Baranovič --- .github/workflows/test-cygwin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-cygwin.yml b/.github/workflows/test-cygwin.yml index a2795b088..2e8fc9c09 100644 --- a/.github/workflows/test-cygwin.yml +++ b/.github/workflows/test-cygwin.yml @@ -69,7 +69,7 @@ jobs: - name: Build shell: bash.exe -eo pipefail -o igncr "{0}" run: | - bash.exe .ci/build.sh + .ci/build.sh - name: Test run: |