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

This commit is contained in:
2025-06-16 05:12:20 +00:00
parent c858c1f601
commit 7ac18b07e4

View File

@@ -29,7 +29,7 @@ steps:
image: debian:stable
commands:
- apt update && apt upgrade -y
- apt install curl gcc
- apt install -y curl gcc
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
- . $HOME/.cargo/env
- cd /artifacts