From 9d0cda38f17c76d58c837a1ca23a3a5cfd7007fd Mon Sep 17 00:00:00 2001 From: Olivier Goffart Date: Tue, 22 Oct 2024 16:07:55 +0200 Subject: [PATCH] Prospective CI fix --- .github/workflows/rust.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: