mirror of
https://codeberg.org/Cyborus/forgejo-cli.git
synced 2024-11-10 12:09:33 +01:00
add -y flag
This commit is contained in:
parent
20834b722b
commit
410c887ba4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ steps:
|
|||
image: rust:latest
|
||||
commands:
|
||||
- rustup target add x86_64-pc-windows-gnu
|
||||
- apt install gcc-mingw-w64-x86-64:w
|
||||
- apt install gcc-mingw-w64-x86-64 -y
|
||||
- cargo build --target=x86_64-pc-windows-gnu --release
|
||||
- strip target/x86_64-pc-windows-gnu/release/fj.exe
|
||||
zip:
|
||||
|
|
Loading…
Reference in a new issue