Skip to content

Commit c13e930

Browse files
committed
ci: download timeout not useful, too erratic
1 parent e4cf989 commit c13e930

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
steps:
3333

3434
- name: install ninja and compilers
35-
timeout-minutes: 5
3635
run: |
3736
sudo apt update
3837
sudo apt install ninja-build gcc-${{ matrix.gcc-version }} g++-${{ matrix.gcc-version }} gfortran-${{ matrix.gcc-version }}
@@ -65,7 +64,6 @@ jobs:
6564
- uses: actions/checkout@v2
6665

6766
- name: install ninja and compilers
68-
timeout-minutes: 5
6967
run: |
7068
sudo apt update
7169
sudo apt install ninja-build clang-${{ matrix.clang-version }}
@@ -96,7 +94,6 @@ jobs:
9694

9795
steps:
9896
- run: brew install ninja
99-
timeout-minutes: 5
10097

10198
- uses: actions/checkout@v2
10299

0 commit comments

Comments
 (0)