From 78b140738740c4a5c51902d593e5c0da6845a08a Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Tue, 23 Mar 2021 23:20:12 +1100 Subject: [PATCH] ci: remove old conflicting qt install --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee2b569c1..5832b60b7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -160,11 +160,6 @@ jobs: - name: Enable Developer Command Prompt (Windows) uses: ilammy/msvc-dev-cmd@v1 - - name: Acquire Qt - uses: jurplel/install-qt-action@v2 - with: - version: 5.15.1 - - name: Acquire Dependencies shell: bash working-directory: ${{ runner.workspace }}