Fix CI
This commit is contained in:
parent
f530a28472
commit
cce2eeba83
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ steps:
|
|||
- apt-get -y update
|
||||
- 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.2.15-x86_64-unknown-linux-musl.tar.gz
|
||||
- mv sccache-v0.2.15-x86_64-unknown-linux-musl/sccache /usr/bin/sccache
|
||||
- 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
|
||||
- chmod +x /usr/bin/sccache
|
||||
- sccache --start-server
|
||||
- sccache --show-stats
|
||||
|
|
Loading…
Reference in a new issue