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