Skip to content

Commit

Permalink
added dir
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkjanfaber committed Aug 23, 2023
1 parent b8564cf commit 125bb71
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,17 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.x
- name: Install QT Action
- name: Install QT
uses: jurplel/install-qt-action@v3
with:
aqtversion: '==3.1.*'
version: '6.5.2'
host: 'linux'
target: 'desktop'
arch: 'wasm_singlethread'
modules: 'qtwebsockets qt5compat'
modules: 'qtwebsockets qt5compat'
tools: 'tools_cmake'
dir: '/opt/hostedtoolcache'
- name: Install emscripten
run: |
echo installing emscripten
Expand Down

0 comments on commit 125bb71

Please sign in to comment.