From ce2dcfe77b7357ad1602ce3f21fc147f9951b9c3 Mon Sep 17 00:00:00 2001 From: Nicolas Jeannerod Date: Tue, 12 Nov 2024 10:12:55 +0100 Subject: [PATCH] No more failure on Debian unstable (#45) --- .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 1436a3e5..16f24abf 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}