We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818e108 commit 1ab4bb4Copy full SHA for 1ab4bb4
.github/workflows/build-macos.yml
@@ -97,6 +97,8 @@ jobs:
97
# macos-latest has 3 vcpus and 7GB DRAM, to save memory we limit the number of jobs to 3
98
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#standard-github-hosted-runners-for-public-repositories
99
MAX_JOBS: 3
100
+ # Add elapsed time in seconds to ninja status to monitor where build stalls
101
+ NINJA_STATUS: "[%f/%t, %es elapsed] "
102
run: |
103
source ~/.venv/bin/activate
104
echo "PATH is '$PATH'"
0 commit comments