From 0701d81b4107ad61c3417acc15035fa0229dadcb Mon Sep 17 00:00:00 2001 From: Wildan M Date: Thu, 3 Jul 2025 21:03:32 +0700 Subject: [PATCH] FIx env --- podman/rustinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podman/rustinstall.sh b/podman/rustinstall.sh index def5c2b53..f72851d95 100755 --- a/podman/rustinstall.sh +++ b/podman/rustinstall.sh @@ -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'