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