Skip to content

Commit

Permalink
disable hunter cache server for macos 12
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jun 14, 2024
1 parent 80d280b commit cd3759b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
cmake_preset: macos-client
- os: macos-12
cmake_preset: macos-client
cmake_options: -DHUNTER_USE_CACHE_SERVERS=NO
- os: macos-11
cmake_preset: macos-client

Expand Down Expand Up @@ -104,6 +105,7 @@ jobs:
MACOSX_DEPLOYMENT_TARGET: 10.12
run: >
cmake --preset ${{ matrix.cmake_preset }}
${{ matrix.cmake_options }}
-DHUNTER_CONFIGURATION_TYPES=Release
-DHUNTER_ENABLED=ON
-DHUNTER_STATUS_DEBUG=ON
Expand Down

0 comments on commit cd3759b

Please sign in to comment.