diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index ffbb74b..1e933ea 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -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