Skip to content

Commit

Permalink
lll
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMcInnes committed Aug 5, 2024
1 parent a3be4d9 commit 8575e9b
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install Qt ${{env.QT_VERSION}} linux desktop
if: steps.cached_qt_emscripten.outputs.cache-hit != 'true'
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==3.1.*'
version: "${{env.QT_VERSION}}"
host: 'linux'
target: 'desktop'
arch: 'gcc_64'
modules: 'qtwebsockets qt5compat qtshadertools'
dir: '/opt/hostedtoolcache'
- name: Install QT ${{env.QT_VERSION}} linux wasm and cmake
if: steps.cached_qt_emscripten.outputs.cache-hit != 'true'
uses: jurplel/install-qt-action@v3
uses: jurplel/install-qt-action@v4
with:
aqtversion: '==3.1.*'
version: "${{env.QT_VERSION}}"
Expand All @@ -65,13 +54,6 @@ jobs:
modules: 'qtwebsockets qt5compat qtshadertools'
tools: 'tools_cmake'
dir: '/opt/hostedtoolcache'
- name: patch Qt ${{env.QT_VERSION}}
if: steps.cached_qt_emscripten.outputs.cache-hit != 'true'
run: |
echo patch Qt
./.github/patches/qt-fixes.sh
export QTDIR=/opt/hostedtoolcache/Qt/$QT_VERSION/wasm_singlethread
dos2unix ${QTDIR}/plugins/platforms/{qtloader.js,wasm_shell.html}
- name: Install emscripten ${{env.EMSCRIPTEN}}
if: steps.cached_qt_emscripten.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 8575e9b

Please sign in to comment.