Skip to content

Commit 60e546b

Browse files
committed
fixup syntax
1 parent 274ba3b commit 60e546b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with: {toolchain: nightly}
4646
- name: Document workspace
4747
env:
48-
RUSTDOCFLAGS="--cfg docsrs"
48+
RUSTDOCFLAGS: "--cfg docsrs"
4949
run: cargo doc --features hdf5-sys/static,hdf5-sys/zlib,blosc,lzf
5050

5151
brew:
@@ -292,7 +292,7 @@ jobs:
292292
run: sudo apt-get update && sudo apt install wine64 mingw-w64
293293
- name: Build and test
294294
env:
295-
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER=wine64
295+
CARGO_TARGET_X86_64_PC_WINDOWS_GNU_RUNNER: wine64
296296
run: cargo test --features hdf5-sys/static --target x86_64-pc-windows-gnu -- --skip test_compile_fail
297297

298298
addr_san:
@@ -307,5 +307,5 @@ jobs:
307307
with: {toolchain: nightly, profile: minimal, override: true}
308308
- name: Run test with sanitizer
309309
env:
310-
RUSTFLAGS="-Z sanitizer=address"
310+
RUSTFLAGS: "-Z sanitizer=address"
311311
run: cargo test --features hdf5-sys/static --target x86_64-unknown-linux-gnu --workspace --exclude hdf5-derive

0 commit comments

Comments
 (0)