Skip to content

Commit

Permalink
Use install-qt instead of aqt install - fixes VPN-1360
Browse files Browse the repository at this point in the history
  • Loading branch information
bakulf committed Feb 11, 2022
1 parent dfd58ba commit 03c8eb2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wasm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
shell: bash
run: |
python3 -m pip install aqtinstall
python3 -m aqt install --outputdir /opt 5.15.2 linux desktop wasm_32 -m qtcharts
python3 -m aqt install-qt --outputdir /opt 5.15.2 linux desktop wasm_32 -m qtcharts
- name: Install python dependencies
shell: bash
Expand Down Expand Up @@ -73,8 +73,8 @@ jobs:
run: |
python3 -m pip install aqtinstall
# qt6.2.1 for wasm needs the desktop linux installation
python3 -m aqt install --outputdir /opt 6.2.1 linux desktop
python3 -m aqt install --outputdir /opt 6.2.1 linux desktop wasm_32 -m qtcharts qtwebsockets qt5compat
python3 -m aqt install-qt --outputdir /opt 6.2.1 linux desktop
python3 -m aqt install-qt --outputdir /opt 6.2.1 linux desktop wasm_32 -m qtcharts qtwebsockets qt5compat
- name: Patching Qt
shell: bash
Expand Down

0 comments on commit 03c8eb2

Please sign in to comment.