[ci skip] try a static build

This commit is contained in:
gwenn 2020-02-18 21:21:31 +01:00
parent 39b49391cd
commit 0868d7d68d

View File

@ -35,7 +35,7 @@ jobs:
- run: cargo build --features bundled
- run: cargo test --features bundled
- name: Static build
if: matrix.os == 'windows-latest'
if: matrix.platform.os == 'windows-latest'
shell: cmd
run: |
set RUSTFLAGS=-Ctarget-feature=+crt-static