mirror of
https://github.com/isar/rusqlite.git
synced 2025-04-21 09:17:47 +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
|
args: --features bundled --workspace --all-targets
|
||||||
|
|
||||||
- name: "cargo test --features 'bundled-full session buildtime_bindgen'"
|
- 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'
|
if: matrix.platform.os != 'windows-latest'
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
@ -52,7 +53,6 @@ jobs:
|
|||||||
args: --features 'bundled-full session buildtime_bindgen' --all-targets --workspace
|
args: --features 'bundled-full session buildtime_bindgen' --all-targets --workspace
|
||||||
|
|
||||||
- name: "cargo test --features bundled-full"
|
- name: "cargo test --features bundled-full"
|
||||||
if: matrix.platform.os == 'windows-latest'
|
|
||||||
uses: actions-rs/cargo@v1
|
uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: test
|
command: test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user