mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-02-14 20:07:31 +00:00
fix: change minimal-versions check to use direct-minimal-versions
This commit is contained in:
parent
e1e99e17dc
commit
0baa295e81
2
.github/workflows/sqlx.yml
vendored
2
.github/workflows/sqlx.yml
vendored
@ -64,7 +64,7 @@ jobs:
|
||||
run: |
|
||||
rustup show active-toolchain || rustup toolchain install
|
||||
rustup toolchain install nightly
|
||||
- run: cargo +nightly generate-lockfile -Z minimal-versions
|
||||
- run: cargo +nightly generate-lockfile -Z direct-minimal-versions
|
||||
- run: cargo build --all-features
|
||||
|
||||
test:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user