aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2023-04-17 19:47:45 -0400
committerEli Schwartz <eschwartz@archlinux.org>2023-04-17 19:49:01 -0400
commit1f771f9b9a41b2e20b0e36df640a79bdef091368 (patch)
tree514a8aad5c04b7ca005214ce71a5068ff7271daf
parent8d2a9e6e5c10f5e6c45d7954a063d015cb33bf8c (diff)
downloadmeson-eli/ci-shell.zip
meson-eli/ci-shell.tar.gz
meson-eli/ci-shell.tar.bz2
CI: cygwin coverage uploader needs to run in bash tooeli/ci-shell
Like every single other command in the entire workflow, and for the same reasons. ;)
-rw-r--r--.github/workflows/cygwin.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/cygwin.yml b/.github/workflows/cygwin.yml
index 5b1cd95..68c99c7 100644
--- a/.github/workflows/cygwin.yml
+++ b/.github/workflows/cygwin.yml
@@ -105,3 +105,4 @@ jobs:
- name: Upload coverage report
run: ./ci/upload_cov.sh "${{ matrix.NAME }}"
+ shell: C:\cygwin\bin\bash.exe --noprofile --norc -o igncr -eo pipefail '{0}'