mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-12-23 10:05:37 +00: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 a new issue