mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 21:13:09 +00:00
ci: fix sqlx-cli rustls feature
This commit is contained in:
parent
f322094ba0
commit
512ed13889
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ steps:
|
||||||
RUST_BACKTRACE: 1
|
RUST_BACKTRACE: 1
|
||||||
commands:
|
commands:
|
||||||
- rustup component add rustfmt clippy
|
- rustup component add rustfmt clippy
|
||||||
- cargo install -j 2 sqlx-cli --version 0.8.6 --locked --no-default-features --features postgres,tls-rustls
|
- cargo install -j 2 sqlx-cli --version 0.8.6 --locked --no-default-features --features postgres,rustls
|
||||||
- |
|
- |
|
||||||
cd backend
|
cd backend
|
||||||
ok=0
|
ok=0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue