File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments