CI: Only invoke bash once for build step.

Let's see if this works.

Co-authored-by: Ondrej Baranovič <nulano@nulano.eu>
This commit is contained in:
DWesl 2022-05-11 08:01:02 -04:00 committed by GitHub
parent 63cd3cb76b
commit 30db27c3aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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