diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-07-06 18:09:27 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 18:09:27 +0000 |
commit | f03941fb6be39b7300bb161b88c8ea05f56d98c4 (patch) | |
tree | 39f07667c32a71a1f8bc08cb7242e1f0cec99baa | |
parent | 1151bc560874c7cf9392385406b52ff27c81c9e2 (diff) |
Update cmake.yml
-rw-r--r-- | .github/workflows/cmake.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 1dcc40f6..bf9cc987 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -49,7 +49,6 @@ jobs: - name: Install Qt uses: jurplel/install-qt-action@v3 with: - cached: ${{ steps.cache-qt.outputs.cache-hit }} archives: qtbase qtimageformats qtgamepad qttools qtserialport qtmultimedia - name: Configure |