Skip to content

Commit 9d0cda3

Browse files
committed
Prospective CI fix
1 parent 52944d0 commit 9d0cda3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
cache: true
6666
- name: Test
6767
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
68+
DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qttypes/Cargo.toml
69+
DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qmetaobject_impl/Cargo.toml
70+
DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --manifest-path qmetaobject/Cargo.toml
7171
7272
7373
no_qt:

0 commit comments

Comments
 (0)