There was an error while loading. Please reload this page.
1 parent 88c2fb5 commit 9eaf48aCopy full SHA for 9eaf48a
1 file changed
.github/workflows/build.yml
@@ -88,6 +88,7 @@ jobs:
88
check_abi:
89
name: 'Check if the ABI has changed'
90
runs-on: ubuntu-22.04 # 24.04 causes spurious errors
91
+ timeout-minutes: 30
92
needs: check_source
93
if: needs.check_source.outputs.run_tests == 'true'
94
steps:
0 commit comments