mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-01-10 20:25:27 +00:00
Add GTK build dependency
This commit is contained in:
parent
1dfdd9ad2c
commit
465cf56426
|
@ -2,6 +2,12 @@ language: rust
|
||||||
rust:
|
rust:
|
||||||
- stable
|
- stable
|
||||||
cache: cargo
|
cache: cargo
|
||||||
|
|
||||||
|
addons:
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libwebkit2gtk-4.0-dev
|
||||||
|
|
||||||
before_script: (cargo install rustfmt || true)
|
before_script: (cargo install rustfmt || true)
|
||||||
script:
|
script:
|
||||||
- |
|
- |
|
||||||
|
|
Loading…
Reference in a new issue