File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -414,8 +414,7 @@ def build(options, buildtype):
414414
415415 dump_requested_config (options )
416416
417- print ("*** Skipping build" )
418- #cmake_build(buildtype)
417+ cmake_build (buildtype )
419418
420419
421420@github_log_group ("Create binary packages" )
Original file line number Diff line number Diff line change @@ -209,7 +209,7 @@ jobs:
209209 --head_sha ${{ github.event.pull_request.head.sha }} \
210210 --repository ${{ github.server_url }}/${{ github.repository }} \
211211 --platform ${{ contains(matrix.platform, 'experimental-brew-ci') && 'mac15' || matrix.platform }} \
212- --overrides $GLOBAL_OVERRIDES $OVERRIDES testing=Off
212+ --overrides $GLOBAL_OVERRIDES $OVERRIDES
213213
214214 - name : Workflow dispatch
215215 shell : bash -leo pipefail {0}
You can’t perform that action at this time.
0 commit comments