Skip to content

Commit

Permalink
Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkjanfaber committed Aug 23, 2023
1 parent d0668b0 commit 06aa821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-wasm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ jobs:
- name: Install Qt 6.5.2 WASM
run: |
python -m yaqti install --version 6.5.2_wasm --platform desktop --os linux --output /opt/hostedtoolcache/Qt --modules qt5compat --modules qtwebsockets
echo "Patch toolchain to contain correct path"
sed -i -e 's%/home/qt/work/install%/opt/hostedtoolcache/Qt/6.5.2/gcc_64%' /opt/hostedtoolcache/Qt/6.5.2/wasm_32/lib/cmake/Qt6/qt.toolchain.cmake
# echo "Patch toolchain to contain correct path"
# sed -i -e 's%/home/qt/work/install%/opt/hostedtoolcache/Qt/6.5.2/gcc_64%' /opt/hostedtoolcache/Qt/6.5.2/wasm_singlethread/lib/cmake/Qt6/qt.toolchain.cmake
- name: Install CMake
run: |
wget https://download.qt.io/online/qtsdkrepository/linux_x64/desktop/tools_cmake/qt.tools.cmake/3.24.2-202210260922linux64_x86_cmake_tools.7z
Expand Down

0 comments on commit 06aa821

Please sign in to comment.