diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-07-06 18:10:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 18:10:16 +0000 |
commit | 9017cf339fccc7a1adcef2179abe1996d94e8f60 (patch) | |
tree | f58e722c631e6373dcec1f5f1c161c67dcf1a9d6 /.github | |
parent | f03941fb6be39b7300bb161b88c8ea05f56d98c4 (diff) |
Update cmake.yml
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake.yml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index bf9cc987..e56b6f7d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -39,13 +39,6 @@ jobs: run: sudo apt update && sudo apt install libprocps-dev libopencv-dev libopencv-dev wine64-tools if: matrix.os == 'ubuntu-latest' - - name: Cache Qt - id: cache-qt - uses: actions/cache@v3 - with: - path: ../Qt - key: ${{ runner.os }}-QtCache - - name: Install Qt uses: jurplel/install-qt-action@v3 with: |