update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Paul 2025-08-15 10:11:06 +02:00
parent 88f23d73d6
commit 09227b652b

View File

@ -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