- Nov 07, 2023
-
-
David Bauer authored
Despite what GitHub states in their documentation, the runners feature a different core count. Automatically set the build thread-count by the amount of available CPU cores. Link: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources Signed-off-by:
David Bauer <mail@david-bauer.net>
-
- Jun 22, 2022
-
-
aiyion.prime authored
to prevent word splitting and globbing
-
- May 13, 2020
-
-
Matthias Schiffer authored
- Rely on shebang instead of setting shell in workflow - Run whole install-dependencies.sh in sudo - Use /bin/sh instead of bash - set -e
-
Matthias Schiffer authored
The new step is added with `if: ${{ !cancelled() }}`, so the logs are stored even when the build fails.
-
Matthias Schiffer authored
-
- Apr 05, 2020
-
-
David Bauer authored
-
David Bauer authored
-
- Apr 04, 2020
-
-
David Bauer authored
-