Skip to content

Commit

Permalink
Prospective CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ogoffart committed Oct 22, 2024
1 parent 52944d0 commit 9d0cda3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9d0cda3

Please sign in to comment.