Added wget install to ci

This commit is contained in:
Joe Bellus 2022-02-08 22:20:14 -05:00
parent e6d92f6758
commit 6c29894deb
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ build:bin:
- linux
script:
- apt-get update
- apt-get -y install nodejs npm libssl-dev pkg-config
- apt-get -y install nodejs npm libssl-dev pkg-config wget
- wget https://github.com/mozilla/sccache/releases/download/v0.2.15/sccache-v0.2.15-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/local/bin/sccache