Skip to content

Commit dd8a6d9

Browse files
committed
Fix wine build in CI
1 parent 5b20632 commit dd8a6d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,8 @@ jobs:
263263
- name: Install dependencies
264264
run: sudo apt-get update && sudo apt install wine64 mingw-w64
265265
- name: Build and test
266-
run: env CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine64 cargo test --features static --target x86_64-pc-windows-gnu -- --skip test_compile_fail
266+
run: env CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine64 cargo test --features static --exclude hdf5-derive --target x86_64-pc-windows-gnu -- --skip test_compile_fail
267+
267268
addr_san:
268269
name: Address sanitizer
269270
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)