There was an error while loading. Please reload this page.
1 parent d9e8e8e commit 22344e9Copy full SHA for 22344e9
1 file changed
.github/workflows/build.yml
@@ -59,6 +59,7 @@ jobs:
59
check_abi:
60
name: 'Check if the ABI has changed'
61
runs-on: ubuntu-22.04 # 24.04 causes spurious errors
62
+ timeout-minutes: 30
63
needs: check_source
64
if: needs.check_source.outputs.run_tests == 'true'
65
steps:
0 commit comments