mirror of
https://codeberg.org/likwid/likwid.git
synced 2026-06-25 07:27:42 +00:00
repo: modify 1 file
Verified changes: - modify .woodpecker.yml Diffstat: - 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
96f76fdc9a
commit
2955b4544f
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