diff options
author | Saturneric <[email protected]> | 2023-04-04 18:58:06 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-04-04 18:58:06 +0000 |
commit | ad7af43e5f25a3edffc9e429068a53fe3fb72e21 (patch) | |
tree | 5d68b5cbc8777746614e0ec89f8fb47af6e2119a | |
parent | feat: use gcc-11 on ubuntu 20.04 and add qt cache (diff) | |
download | GpgFrontend-ad7af43e5f25a3edffc9e429068a53fe3fb72e21.tar.gz GpgFrontend-ad7af43e5f25a3edffc9e429068a53fe3fb72e21.zip |
fix: solve ci syntax issues
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/debug.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml index db566fdb..c48b85ce 100644 --- a/.github/workflows/debug.yml +++ b/.github/workflows/debug.yml @@ -93,7 +93,6 @@ jobs: version: '6.4.2' cache: 'true' modules: 'qt5compat' - cache: ${{ steps.cache-qt.outputs.cache-hit }} if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-11' || matrix.os == 'macos-12' - name: Set up MinGW (Windows) |