Skip to content

Commit

Permalink
Remove duplicate Qt install from WASM builder
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonMatthesKDAB authored and ahayzen-kdab committed Oct 7, 2024
1 parent 4a64412 commit 60726d0
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/github-cxx-qt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,9 @@ jobs:
./emsdk/emsdk activate 2.0.14
- name: "Install Dependencies"
run: sudo apt-get update && sudo apt-get install -y ninja-build clang-format-12
- name: Install Qt GCC
- name: Install Qt WASM & Desktop
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==3.1.*'
version: '6.2.4'
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
cache: true
- name: Install Qt WASM
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==3.1.*'
version: '6.2.4'
host: 'linux'
target: 'desktop'
Expand Down

0 comments on commit 60726d0

Please sign in to comment.