Forgot to remove the prompt
This commit is contained in:
parent
a2897f5c6e
commit
11b79d4ea7
|
@ -10,7 +10,7 @@ pipeline:
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
commands:
|
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
|
- rustup target add aarch64-unknown-linux-gnu
|
||||||
- cargo build --release --target gcc-aarch64-linux-gnu
|
- cargo build --release --target gcc-aarch64-linux-gnu
|
||||||
release:
|
release:
|
||||||
|
|
Loading…
Reference in a new issue