This commit is contained in:
parent
e09cd9a451
commit
8de56a28f6
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- apt-get -y update
|
- apt-get -y update
|
||||||
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1
|
- apt-get -y install wayland-protocols wayland-utils libwayland-client0 libwayland-dev libasound2 libasound2-dev libudev-dev libudev1
|
||||||
|
- wget https://github.com/mozilla/sccache/releases/download/v0.7.7/sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz
|
||||||
- tar xzf sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz
|
- tar xzf sccache-v0.7.7-x86_64-unknown-linux-musl.tar.gz
|
||||||
- mv sccache-v0.7.7-x86_64-unknown-linux-musl/sccache /usr/bin/sccache
|
- mv sccache-v0.7.7-x86_64-unknown-linux-musl/sccache /usr/bin/sccache
|
||||||
- chmod +x /usr/bin/sccache
|
- chmod +x /usr/bin/sccache
|
||||||
|
|
Loading…
Reference in a new issue