From acd38bffb8d3b7d23652fc677d25e43d30692b8d Mon Sep 17 00:00:00 2001 From: Guillem Borrell Date: Thu, 1 Dec 2022 16:17:36 +0000 Subject: [PATCH] Let's try another version of debian --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8ccbb92..f3ef0b7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -10,7 +10,7 @@ pipeline: when: event: tag commands: - - apt-get update && apt-get install -y gcc-12-aarch64-linux-gnu + - apt-get update && apt-get install -y gcc-aarch64-linux-gnu - rustup target add aarch64-unknown-linux-gnu - cargo build --release --target aarch64-unknown-linux-gnu buildwinamd64: @@ -18,7 +18,7 @@ pipeline: when: event: tag commands: - - apt-get update && apt-get install -y gcc-mingw-w64-base + - apt-get update && apt-get install -y gcc-mingw-w64 - rustup target add x86_64-pc-windows-gnu - cargo build --release --target x86_64-pc-windows-gnu release: