mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-02-09 13:03:10 +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
|
||||
commands:
|
||||
- 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
|
||||
ok=0
|
||||
|
|
|
|||
Loading…
Reference in a new issue