File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 14
14
build :
15
15
env :
16
16
QT_QPA_PLATFORM : offscreen
17
- DYLD_FRAMEWORK_PATH : /Users/runner/work/qmetaobject-rs/Qt/5.15.2/clang_64/lib
18
17
strategy :
19
18
matrix :
20
19
os : [ubuntu-latest, windows-latest]
45
44
version : ${{ matrix.qt }}
46
45
cached : ${{ steps.cache-qt.outputs.cache-hit }}
47
46
modules : ' qtwebengine'
47
+ - name : Build
48
+ run : cargo build --all-features
48
49
- name : Run tests
50
+ # I'm getting error i don't know how to solve 'dyld: Library not loaded: @rpath/QtCore.framework/Versions/5/QtCore
51
+ if : matrix.os != 'macos-latest'
49
52
run : cargo test --all-features
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ members = [
8
8
' examples/qmlextensionplugins' ,
9
9
' examples/webengine' ,
10
10
]
11
+
You can’t perform that action at this time.
0 commit comments