From 2a51417b80b3d8413baa9c7a78070dce6bbda221 Mon Sep 17 00:00:00 2001 From: Blizzard Finnegan Date: Thu, 22 Jun 2023 07:47:42 -0400 Subject: [PATCH] Modify CI to actually run build --- .woodpecker.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4aa08ab..978366a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -2,9 +2,7 @@ pipeline: build: image: nixos/nix:latest commands: - - nix-shell - - cargo check - - cargo build --release --target aarch64-unknown-linux-musl + - nix-shell --run cargo build --release --target aarch64-unknown-linux-musl publish: image: woodpeckerci/plugin-gitea-release settings: