From 708ea23725bda01cffdbb7493a6bdd8cfe452b86 Mon Sep 17 00:00:00 2001 From: Konstantin Kushnir Date: Sun, 26 May 2024 00:47:29 +0000 Subject: [PATCH] Fix case description for CI --- .github/workflows/linux-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index e82a4b0..3a2f6e3 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -22,7 +22,7 @@ jobs: description: "no pages, fsindex, readedchannel, writer, writerchannel, vfs" - compiler: gcc configure: "--disable-c-pages --disable-c-readerchannel --disable-c-writer --disable-c-writerchannel --disable-c-vfs" - description: "no fsindex, readedchannel, writer, writerchannel, vfs" + description: "no pages, readedchannel, writer, writerchannel, vfs" - compiler: gcc configure: "--disable-c-fsindex --disable-c-readerchannel --disable-c-writer --disable-c-writerchannel --disable-c-vfs" description: "no fsindex, readedchannel, writer, writerchannel, vfs"