mirror of
https://github.com/yuzu-emu/liftinstall.git
synced 2024-11-23 00:45:43 +01:00
Update APT database in Travis
This commit is contained in:
parent
e2aadf38ee
commit
7652cb3b6b
@ -1,7 +1,8 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
cd /liftinstall
|
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
|
curl https://sh.rustup.rs -sSf | sh -s
|
||||||
export PATH=~/.cargo/bin:$PATH
|
export PATH=~/.cargo/bin:$PATH
|
||||||
|
Loading…
Reference in New Issue
Block a user