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