There was an error while loading. Please reload this page.
1 parent 5a7c9d2 commit 2e0cb44Copy full SHA for 2e0cb44
1 file changed
.github/workflows/build.yml
@@ -52,6 +52,7 @@ jobs:
52
check-abi:
53
name: 'Check if the ABI has changed'
54
runs-on: ubuntu-22.04 # 24.04 causes spurious errors
55
+ timeout-minutes: 30
56
needs: build-context
57
if: needs.build-context.outputs.run-tests == 'true'
58
steps:
0 commit comments