From ea9029c478f6163272569a467832d048d46d215f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 24 Apr 2022 13:34:20 +0200 Subject: [PATCH] Fix pkg list name in CMake config workflow --- .github/workflows/linux-other-builds.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux-other-builds.yml b/.github/workflows/linux-other-builds.yml index 1863871f..65fdd76d 100644 --- a/.github/workflows/linux-other-builds.yml +++ b/.github/workflows/linux-other-builds.yml @@ -56,7 +56,7 @@ jobs: build_description: CMake configuration tests build_type: Debug std: 14 - other_pks: clang-10 + other_pkgs: clang-10 cmake_configurations: -DCATCH_ENABLE_CONFIGURE_TESTS=ON