From a72a12f2a7ee9a79ca45c9a8bf4134efbe7c39c7 Mon Sep 17 00:00:00 2001 From: Dany LE Date: Wed, 17 Jul 2024 10:39:57 +0200 Subject: [PATCH] Update build-bin.yml --- .gitea/workflows/build-bin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-bin.yml b/.gitea/workflows/build-bin.yml index 973c4e4..d065914 100644 --- a/.gitea/workflows/build-bin.yml +++ b/.gitea/workflows/build-bin.yml @@ -7,7 +7,7 @@ on: type: string jobs: - triage: + build: runs-on: ci-tools steps: - name: Check out repository code @@ -20,4 +20,4 @@ jobs: RUSTUP_HOME=/opt/rust/rustup \ CARGO_HOME=/opt/rust/cargo \ make all deb appimg - - run: echo "Build is ${{ job.status }}." + - run: echo "Build is ${{ job.status }}."