mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-23 15:22:31 +00:00
Try to fix some build errors.
This commit is contained in:
parent
9dcf6f4713
commit
e47f2f7eac
@ -13,7 +13,7 @@ steps:
|
||||
image: rust:1.47-slim-buster
|
||||
commands:
|
||||
- apt-get update -y
|
||||
- apt-get install -y wget
|
||||
- apt-get install -y wget libssl-dev pkg-config
|
||||
- wget -O sccache.tar.gz https://github.com/mozilla/sccache/releases/download/0.2.13/sccache-0.2.13-x86_64-unknown-linux-musl.tar.gz
|
||||
- tar zxvf sccache.tar.gz
|
||||
- export RUSTC_WRAPPER=$(pwd)/sccache-0.2.13-x86_64-unknown-linux-musl/sccache
|
||||
|
Loading…
Reference in New Issue
Block a user