Skip to content

Commit

Permalink
Update macos.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored Nov 14, 2024
1 parent e099639 commit 3e144ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
-D MACOS_CODE_SIGN_IDENTITY="Apple Development" \
-D CMAKE_CXX_VISIBILITY_PRESET=hidden \
-D CMAKE_OSX_DEPLOYMENT_TARGET=${{ matrix.deployment-target }} \
-D VCPKG_TARGET_TRIPLET=${{ matrix.triplet }}
-D VCPKG_TARGET_TRIPLET=${{ matrix.triplet }} \
-D WITH_CCACHE=ON
- name: 🌋 Build
Expand Down

0 comments on commit 3e144ca

Please sign in to comment.