Skip to content

Commit

Permalink
Fix MacOS packaging workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Sep 12, 2021
1 parent 8c35ad8 commit 344d74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cmake -G "Unix Makefiles" -S . -B cmake-build-debug \
-DCMAKE_CXX_COMPILER=g++-11 \
-DCMAKE_C_COMPILER=gcc-11 \
-DOPENSSL_ROOT_DIR=/usr/local/Cellar/[email protected]/1.1.1k \
-DOPENSSL_ROOT_DIR=/usr/local/Cellar/[email protected]/1.1.1l \
-DCMAKE_BUILD_TYPE=Debug \
-DTORRENTTOOLS_BUILD_TESTS=ON \
-DTORRENTTOOLS_TBB=OFF \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
-S torrenttools-${{ steps.cmake_version.outputs.cmake_project_version }} \
-DCMAKE_CXX_COMPILER=g++-11 \
-DCMAKE_C_COMPILER=gcc-11 \
-DOPENSSL_ROOT_DIR=/usr/local/Cellar/[email protected]/1.1.1k \
-DOPENSSL_ROOT_DIR=/usr/local/Cellar/[email protected]/1.1.1l \
-DCMAKE_BUILD_TYPE=Release \
-DTORRENTTOOLS_BUILD_TESTS=OFF \
-DTORRENTTOOLS_TBB=OFF \
Expand Down

0 comments on commit 344d74d

Please sign in to comment.