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