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"