mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-20 00:20:51 +08:00
Bundled should work on CI windows, probably
This commit is contained in:
parent
24295a5210
commit
214986d232
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -45,6 +45,7 @@ jobs:
|
||||
args: --features bundled --workspace --all-targets
|
||||
|
||||
- name: "cargo test --features 'bundled-full session buildtime_bindgen'"
|
||||
# TODO: clang is installed on these -- but `bindgen` can't find it...
|
||||
if: matrix.platform.os != 'windows-latest'
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
@ -52,7 +53,6 @@ jobs:
|
||||
args: --features 'bundled-full session buildtime_bindgen' --all-targets --workspace
|
||||
|
||||
- name: "cargo test --features bundled-full"
|
||||
if: matrix.platform.os == 'windows-latest'
|
||||
uses: actions-rs/cargo@v1
|
||||
with:
|
||||
command: test
|
||||
|
Loading…
x
Reference in New Issue
Block a user