diff options
author | Saturneric <[email protected]> | 2021-06-20 20:29:29 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-20 20:29:29 +0000 |
commit | 3fd9ac0013b12cfadbddfc52abfddd496a5ed0c7 (patch) | |
tree | ff490e2d2a4b2ab0771511ea60506608c974334c | |
parent | Modify README.md. (diff) | |
download | GpgFrontend-3fd9ac0013b12cfadbddfc52abfddd496a5ed0c7.tar.gz GpgFrontend-3fd9ac0013b12cfadbddfc52abfddd496a5ed0c7.zip |
Modify cmake.yml.
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/cmake.yml | 2 |
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 |