From 593398efbf1f68b333794573ec2d69317a171930 Mon Sep 17 00:00:00 2001 From: Mirco Bauer Date: Sat, 27 Apr 2024 08:13:14 +0800 Subject: [PATCH] GitHub-CI/build_debs_Debian-unstable: make job outcome optional Temporary ignore the outcome of building Smuxi on Debian/unstable as it will always because unstable no longer contains the required build-dependency GTK#2. This issue is tracked in: https://github.com/meebey/smuxi/issues/297 Hopefully GTK# and Smuxi can be brought back soon. --- .github/workflows/auto-ci-builds.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-ci-builds.yml b/.github/workflows/auto-ci-builds.yml index a10df500..d668f9b0 100644 --- a/.github/workflows/auto-ci-builds.yml +++ b/.github/workflows/auto-ci-builds.yml @@ -300,6 +300,7 @@ jobs: build_debs_Debian-unstable: runs-on: ubuntu-latest container: debian:unstable + continue-on-error: true steps: - uses: actions/checkout@v1 - name: check Debian version