mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-22 12:15:37 +01:00
Add GTK build dependency
This commit is contained in:
parent
1dfdd9ad2c
commit
465cf56426
@ -2,6 +2,12 @@ language: rust
|
||||
rust:
|
||||
- stable
|
||||
cache: cargo
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- libwebkit2gtk-4.0-dev
|
||||
|
||||
before_script: (cargo install rustfmt || true)
|
||||
script:
|
||||
- |
|
||||
|
Loading…
Reference in New Issue
Block a user