Skip to content

Commit

Permalink
defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
hemnstill committed Sep 16, 2023
1 parent bfc8413 commit cd6c36a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/build-windows-msys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ on:
jobs:
build-windows:
runs-on: windows-2019

defaults:
run:
shell: msys2 {0}

steps:
- uses: actions/checkout@v3

Expand Down
4 changes: 3 additions & 1 deletion redis/build_msys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ echo "::endgroup::"

echo "::group::build"

make
sed -i 's/__GNU_VISIBLE/1/' /d/a/_temp/msys64/usr/include/dlfcn.h

make BUILD_TLS=yes

echo "::endgroup::"

Expand Down

0 comments on commit cd6c36a

Please sign in to comment.