diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-17 11:24:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-17 11:24:44 (GMT) |
commit | 7ee5c782b63ec8f260d67820e7869bc22e7ffbcb (patch) | |
tree | f718246d6a3c6cb684ecac6ab8be136cab9047b4 | |
parent | b91a3f0f691699de82d3375efce84e7666ac4135 (diff) | |
download | tk-7ee5c782b63ec8f260d67820e7869bc22e7ffbcb.zip tk-7ee5c782b63ec8f260d67820e7869bc22e7ffbcb.tar.gz tk-7ee5c782b63ec8f260d67820e7869bc22e7ffbcb.tar.bz2 |
Undo part of previous commit: msys2 shell behaves different from bash
-rw-r--r-- | .github/workflows/win-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 442bb1b..fa1e2ca 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -7,7 +7,7 @@ jobs: runs-on: windows-2019 defaults: run: - shell: msys2 {0} + shell: bash working-directory: win strategy: matrix: |