diff options
| author | Chris Boesch <[email protected]> | 2023-04-24 17:43:55 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-24 17:43:55 +0200 |
| commit | 64d90c3397819e75745be69969da7fac2d6e4bea (patch) | |
| tree | cf10caa555b23f94b5b281886e1be3c923b8c22c | |
| parent | 2775d21ed09c3dda300ac9127a305eb89dd5cb1c (diff) | |
| download | ziglings-64d90c3397819e75745be69969da7fac2d6e4bea.tar.xz ziglings-64d90c3397819e75745be69969da7fac2d6e4bea.zip | |
timeout to 60 minutes
| -rw-r--r-- | .github/workflows/eowyn.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml index 0bdb495..a7133ca 100644 --- a/.github/workflows/eowyn.yml +++ b/.github/workflows/eowyn.yml @@ -16,6 +16,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} + timeout-minutes: 60 steps: - uses: actions/checkout@v2 - name: Setup Zig |
