Forgot to remove the prompt
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Guillem Borrell 2022-11-29 17:58:12 +00:00
parent a2897f5c6e
commit 11b79d4ea7

View file

@ -10,7 +10,7 @@ pipeline:
when:
event: tag
commands:
- apt-get update && apt-get install gcc-aarch64-linux-gnu
- apt-get update && apt-get install -y gcc-aarch64-linux-gnu
- rustup target add aarch64-unknown-linux-gnu
- cargo build --release --target gcc-aarch64-linux-gnu
release: