From 88f23d73d6f60736770a6e4ae88996bf80c1a0d6 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 15 Aug 2025 10:02:37 +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 ab5c622..dd467ec 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,7 +14,7 @@ steps: commands: - apt-get update -y - apt-get install -y figlet - - curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache_linux_amd64 + - curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache/sccache_linux_amd64 - chmod +x /usr/bin/sccache - cargo build --verbose --all - cargo test --verbose --all @@ -37,7 +37,7 @@ steps: commands: - apt-get update -y - apt-get install -y figlet - - curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache_linux_amd64 + - curl -o /usr/bin/sccache https://assets.paulbsd.com/sccache/sccache_linux_amd64 - chmod +x /usr/bin/sccache - cargo build --release --verbose --all - cd target/release