From 07d0a30e303445bca65d44f7e0256c2240d099a4 Mon Sep 17 00:00:00 2001 From: Cyborus Date: Sun, 17 Dec 2023 02:01:00 -0500 Subject: [PATCH] do apt update --- .woodpecker/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.woodpecker/deploy.yml b/.woodpecker/deploy.yml index f050a64..04da941 100644 --- a/.woodpecker/deploy.yml +++ b/.woodpecker/deploy.yml @@ -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