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 4d57149 commit 4cf3b39Copy full SHA for 4cf3b39
.github/workflows/build-linux.yml
@@ -11,7 +11,8 @@ on:
11
jobs:
12
build-linux:
13
runs-on: ubuntu-24.04
14
-
+ timeout-minutes: 60
15
+
16
steps:
17
- uses: actions/checkout@v4
18
.github/workflows/build-windows.yml
@@ -11,6 +11,7 @@ on:
build-windows:
runs-on: windows-2022
0 commit comments