mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-03 22:58:44 +00:00
fix: ci (3)
This commit is contained in:
parent
5d9a377f5a
commit
c4253d52f9
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ image: "rust:alpine"
|
||||||
|
|
||||||
test:cargo:
|
test:cargo:
|
||||||
script:
|
script:
|
||||||
- apk add gtk4.0-dev libadwaita-dev
|
- apk add gtk4.0-dev libadwaita-dev musl-dev
|
||||||
- rustc --version && cargo --version # Print version info for debugging
|
- rustc --version && cargo --version # Print version info for debugging
|
||||||
- cargo test --workspace --verbose
|
- cargo test --workspace --verbose
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue