This commit is contained in:
Wildan M 2025-07-03 21:03:32 +07:00
parent a9e311c012
commit 0701d81b41

View File

@ -9,4 +9,4 @@ cargo +stable install --force --version 1.16.0 just
cargo +stable install --force --version 0.27.0 cbindgen
SCCACHE_PATH=https://github.com/mozilla/sccache/releases/download/v0.10.0/sccache-v0.10.0-$(uname -m)-unknown-linux-musl.tar.gz
curl -sSL $(SCCACHE_PATH) | tar -xz -C ~/.cargo/bin --strip-components=1 --wildcards '*/sccache'
curl -sSL $SCCACHE_PATH | tar -xz -C ~/.cargo/bin --strip-components=1 --wildcards '*/sccache'