diff options
author | Saturneric <[email protected]> | 2021-06-21 08:43:54 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-21 08:43:54 +0000 |
commit | dac29656f2193d82befb793891c62ffc31269288 (patch) | |
tree | 079b0a5cfae7862c5c87cac2d41513491bd6c74e | |
parent | Add Cache Support for Workflow. (diff) | |
download | GpgFrontend-dac29656f2193d82befb793891c62ffc31269288.tar.gz GpgFrontend-dac29656f2193d82befb793891c62ffc31269288.zip |
Fix Workflow Config
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/cmake.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f2036448..ec60d06d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -43,13 +43,13 @@ jobs: if: matrix.os == 'macos-latest' - - name: Cache Qt - id: cache-qt - uses: actions/cache@v1 - with: - path: ../Qt - key: ${{ runner.os }}-QtCache - if: matrix.os == 'ubuntu-latest' + - name: Cache Qt + id: cache-qt + uses: actions/cache@v1 + with: + path: ../Qt + key: ${{ runner.os }}-QtCache + if: matrix.os == 'ubuntu-latest' - name: Install Qt uses: jurplel/install-qt-action@v2 |