Skip to content

Commit

Permalink
Fix MSYS2 OSTYPE renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
ni4 committed Feb 13, 2025
1 parent 3e39cca commit dc13a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/tests/ci-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ SHUNIT_PARENT="$0"

test_symbol_visibility() {
case "$OSTYPE" in
msys)
msys|cygwin)
mkdir tmp
wget -O tmp/Dependencies_x64_Release.zip https://github.com/lucasg/Dependencies/releases/download/v1.10/Dependencies_x64_Release.zip
7z x tmp/Dependencies_x64_Release.zip -otmp
Expand Down

0 comments on commit dc13a59

Please sign in to comment.