From 09227b652bf0f74f55b76aa8f314ca1b662aa193 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 15 Aug 2025 10:11:06 +0200 Subject: [PATCH] update .drone.yml --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index dd467ec..ee76d56 100644 --- a/.drone.yml +++ b/.drone.yml @@ -90,7 +90,7 @@ steps: commands: - apt-get update -y - apt-get install -y figlet - - curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache_linux_arm64 + - curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache/sccache_linux_arm64 - chmod +x /usr/bin/sccache - cargo build --verbose --all - cargo test --verbose --all @@ -113,7 +113,7 @@ steps: commands: - apt-get update -y - apt-get install -y figlet - - curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache_linux_arm64 + - curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache/sccache_linux_arm64 - chmod +x /usr/bin/sccache - cargo build --release --verbose --all - cd target/release