aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2021-06-20 20:29:29 +0000
committerSaturneric <[email protected]>2021-06-20 20:29:29 +0000
commit3fd9ac0013b12cfadbddfc52abfddd496a5ed0c7 (patch)
treeff490e2d2a4b2ab0771511ea60506608c974334c
parentModify README.md. (diff)
downloadGpgFrontend-3fd9ac0013b12cfadbddfc52abfddd496a5ed0c7.tar.gz
GpgFrontend-3fd9ac0013b12cfadbddfc52abfddd496a5ed0c7.zip
Modify cmake.yml.
Diffstat (limited to '')
-rw-r--r--.github/workflows/cmake.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml
index c2a70f07..f89ba76b 100644
--- a/.github/workflows/cmake.yml
+++ b/.github/workflows/cmake.yml
@@ -25,7 +25,7 @@ jobs:
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
runs-on: ${{ matrix.os }}
-
+ timeout-minutes: 18
steps:
- uses: actions/checkout@v2