mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-04 04:38:14 +08:00
[ci skip] try a static build
This commit is contained in:
parent
39b49391cd
commit
0868d7d68d
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user