Commit 8a0e85e 1 parent 1ce471e commit 8a0e85e Copy full SHA for 8a0e85e
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 42
42
id : cache-qt
43
43
uses : actions/cache@v4
44
44
with :
45
- path : ${{ github.workspace }} /Qt
45
+ path : ~ /Qt
46
46
key : ${{ runner.os }}-qt
47
47
48
48
- name : Install Qt for WebAssembly
55
55
/Volumes/qt-online-installer-macOS-x64-4.8.0/qt-online-installer-macOS-x64-4.8.0.app/Contents/MacOS/qt-online-installer-macOS-x64-4.8.0 \
56
56
--email ${{ secrets.QT_ACCOUNT_EMAIL }} \
57
57
--pw ${{ secrets.QT_ACCOUNT_PASSWORD }} \
58
- --root ${{ github.workspace }} /Qt \
58
+ --root ~ /Qt \
59
59
--accept-licenses \
60
60
--accept-obligations \
61
61
--default-answer \
@@ -68,14 +68,14 @@ jobs:
68
68
run : |
69
69
source ${{ github.workspace }}/emsdk/emsdk_env.sh
70
70
em++ --version
71
- export PATH=$PATH:${{ github.workspace }} /Qt/6.7.2/wasm_singlethread/bin
71
+ export PATH=$PATH:~ /Qt/6.7.2/wasm_singlethread/bin
72
72
qmake -v
73
73
74
74
- name : Build WASM from BasicMinimalC++ example
75
75
shell : bash
76
76
run : |
77
77
source ${{ github.workspace }}/emsdk/emsdk_env.sh
78
- export PATH=$PATH:${{ github.workspace }} /Qt/6.7.2/wasm_singlethread/bin
78
+ export PATH=$PATH:~ /Qt/6.7.2/wasm_singlethread/bin
79
79
cd examples/BasicMinimalC++/src
80
80
qmake BasicMinimalC++.pro -spec wasm-emscripten
81
81
make -j
You can’t perform that action at this time.
0 commit comments