Skip to content

Commit

Permalink
CI: Disable SSL on mac temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
talisein committed Jul 11, 2024
1 parent c6fff11 commit 91ed37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
- if: ${{ matrix.flavor == 'mac' }}
name: Configure MacOS 12
run: |
meson setup --warnlevel 3 --buildtype release --default-library static -Dcpp_link_args="-static-libstdc++ -static-libgcc" --force-fallback-for libjpeg,libpng build
meson setup --warnlevel 3 --buildtype release --default-library static -Dcpp_link_args="-static-libstdc++ -static-libgcc" --force-fallback-for libjpeg,libpng -Dcpp-httplib:cpp-httplib_openssl=disabled build
- if: ${{ matrix.flavor == 'windows' }}
name: Configure Windows Latest
Expand Down

0 comments on commit 91ed37c

Please sign in to comment.