mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2025-02-02 05:01:06 +00:00
Update APT database in Travis
This commit is contained in:
parent
e2aadf38ee
commit
7652cb3b6b
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env bash
|
||||
cd /liftinstall
|
||||
|
||||
sudo apt install libwebkit2gtk-4.0-dev
|
||||
apt update
|
||||
apt install -y libwebkit2gtk-4.0-dev
|
||||
|
||||
curl https://sh.rustup.rs -sSf | sh -s
|
||||
export PATH=~/.cargo/bin:$PATH
|
||||
|
|
Loading…
Reference in a new issue