Skip to content

Commit 6deff63

Browse files
committed
Disable Mac on the CI. I can't get it work for now
1 parent de19664 commit 6deff63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/rust.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ jobs:
3838
- name: Build
3939
run: cargo build --all-features
4040
- name: Run tests
41-
run: DYLD_FRAMEWORK_PATH=$Qt5_DIR/lib cargo test --all-features
41+
run: cargo test --all-features
4242
shell: bash
4343

4444

4545
# Qt6 is in a different job right now because it does not have many modules and most example don't compile
4646
qt6:
4747
strategy:
4848
matrix:
49-
os: [ubuntu-latest, windows-latest, macos-latest]
49+
os: [ubuntu-latest, windows-latest]
5050
ver: [6.2.0, 6.5.0]
5151
env:
5252
QT_QPA_PLATFORM: offscreen
@@ -65,9 +65,9 @@ jobs:
6565
cache: true
6666
- name: Test
6767
run: |
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
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
7171
7272
7373
no_qt:

0 commit comments

Comments
 (0)