diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index c6d2751..a6d0bca 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -65,9 +65,9 @@ jobs: cache: true - name: Test run: | - cargo test --manifest-path qttypes/Cargo.toml - cargo test --manifest-path qmetaobject_impl/Cargo.toml - 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 no_qt: