summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-09-15 06:33:14 -0400
committerAnthony Green <green@moxielogic.com>2022-09-15 06:33:14 -0400
commit950ed4a75384c4e7b0a512cb49f71f4d99c50a5d (patch)
tree4306dc81105cad3c83865ee4304ba6024356e408 /.github
parent5d02c0cca3750c7aac61971b9e4cb94940793303 (diff)
downloadlibffi-950ed4a75384c4e7b0a512cb49f71f4d99c50a5d.tar.gz
Don't make msys2 default shell
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 606d68e..b71839a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -247,10 +247,6 @@ jobs:
matrix:
platform: [windows-latest]
- defaults:
- run:
- shell: msys2 {0}
-
steps:
- run: git config --global core.autocrlf input
@@ -287,6 +283,7 @@ jobs:
-l CC=i686-w64-mingw32-gcc \
-l host=x86_64-pc-cygwin \
--policy=https://github.com/libffi/rlgl-policy.git $(find . -name libffi.log)
+ shell: msys2 {0}
build-macos: