do apt update

This commit is contained in:
Cyborus 2023-12-17 02:01:00 -05:00
parent 410c887ba4
commit 07d0a30e30
No known key found for this signature in database

View file

@ -11,6 +11,7 @@ steps:
image: rust:latest
commands:
- rustup target add x86_64-pc-windows-gnu
- apt update
- 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