mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-26 03:11:36 +08:00
Merge pull request #635 from gwenn/actions
[ci skip] try a static build
This commit is contained in:
commit
0acdb19a38
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -34,3 +34,9 @@ jobs:
|
||||
override: true
|
||||
- run: cargo build --features bundled
|
||||
- run: cargo test --features bundled
|
||||
- name: Static build
|
||||
if: matrix.platform.os == 'windows-latest'
|
||||
shell: cmd
|
||||
run: |
|
||||
set RUSTFLAGS=-Ctarget-feature=+crt-static
|
||||
cargo build --features bundled
|
||||
|
Loading…
Reference in New Issue
Block a user