From 6abf39b1524d2629558364cfdfec9dcaa268ddce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20=E2=80=9CNiols=E2=80=9D=20Jeannerod?= Date: Tue, 12 Nov 2024 09:55:21 +0100 Subject: [PATCH] No more failure on Debian unstable --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af3b4661..099f7412 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -120,7 +120,7 @@ jobs: - {tag: centos, ef: expected-failure} - {tag: debian, ef: expected-failure} - {tag: debian-testing} - - {tag: debian-unstable, ef: expected-failure} + - {tag: debian-unstable} - {tag: fedora} - {tag: oraclelinux} - {tag: opensuse}