diff options
author | Saturneric <[email protected]> | 2021-06-21 08:45:09 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-06-21 08:45:09 +0000 |
commit | e0ebd1ad05ed64afbf5cba5ad1ef6de0bf72ebdc (patch) | |
tree | a8d2b0cb059d437c7de5fcf7ff6c5b620b36bdd8 | |
parent | Fix Workflow Config (diff) | |
download | GpgFrontend-e0ebd1ad05ed64afbf5cba5ad1ef6de0bf72ebdc.tar.gz GpgFrontend-e0ebd1ad05ed64afbf5cba5ad1ef6de0bf72ebdc.zip |
Fix.
-rw-r--r-- | .github/workflows/cmake.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ec60d06d..5da8b517 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -53,8 +53,8 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v2 - with: - cached: ${{ steps.cache-qt.outputs.cache-hit }} + with: + cached: ${{ steps.cache-qt.outputs.cache-hit }} if: matrix.os == 'ubuntu-latest' - name: Set up MinGW (Windows) |