diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4fb1e9f1..2f1167dc 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -29,7 +29,7 @@ jobs: run: | # NOTE: disabling LTO to speed-up the GitHub macOS build bots (would take 30+ min otherwise) cmake -B profiler/build -S profiler -DCMAKE_BUILD_TYPE=Release -DGIT_REV=${{ github.sha }} -DNO_LTO=ON - cmake --build profiler/build --parallel --config Release + cmake --build profiler/build --parallel --config Release -- VERBOSE=1 - name: Build update run: | cmake -B update/build -S update -DCMAKE_BUILD_TYPE=Release -DGIT_REV=${{ github.sha }}