We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52944d0 commit 9d0cda3Copy full SHA for 9d0cda3
.github/workflows/rust.yml
@@ -65,9 +65,9 @@ jobs:
65
cache: true
66
- name: Test
67
run: |
68
- cargo test --manifest-path qttypes/Cargo.toml
69
- cargo test --manifest-path qmetaobject_impl/Cargo.toml
70
- cargo test --manifest-path qmetaobject/Cargo.toml
+ DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qttypes/Cargo.toml
+ DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qmetaobject_impl/Cargo.toml
+ DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qmetaobject/Cargo.toml
71
72
73
no_qt:
0 commit comments