aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-04-26 11:35:19 +0200
committerGitHub <noreply@github.com>2023-04-26 11:35:19 +0200
commit4fee9407785938f821839fece554c876fe60012d (patch)
tree28d0a2325b7955331a40ec0afdee36f1584ba498 /.github
parenta703faa8e4de66eeba9e32902e4e56a41f4fa9c5 (diff)
timeout error fixed
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/eowyn.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml
index efe623f..1047daa 100644
--- a/.github/workflows/eowyn.yml
+++ b/.github/workflows/eowyn.yml
@@ -11,7 +11,6 @@ defaults:
shell: bash
strategy:
fail-fast: false
- timeout-minutes: 30
jobs:
build:
@@ -19,6 +18,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
+ timeout-minutes: 30
steps:
- uses: actions/checkout@v2