Skip to content

Commit

Permalink
Remove --with-openssl from macosx build.
Browse files Browse the repository at this point in the history
  • Loading branch information
weetmuts committed Aug 24, 2023
1 parent 0d5410d commit 81ed5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- id: INSTALL_ADDITIONAL_BUILD_DEPENDENCIES
run: brew install bash findutils coreutils rsync librsync openssl imagemagick ffmpeg exiv2 gawk gnu-sed gnu-tar
- id: CONFIGURE
run: ./configure --with-openssl=/usr/local/Cellar/openssl@3/3.1.1 --disable-fuse
run: ./configure --disable-fuse
- id: CHECK
run: find build -name "libfuse*"
- id: CAT
Expand Down

0 comments on commit 81ed5be

Please sign in to comment.