From 1585650143564ee5f9c84e18fffd74e5a2c165d1 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 27 Apr 2022 22:17:30 +0300 Subject: [PATCH] Fix action name --- .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 d03f77c..3065f81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: run: | cd $GITHUB_WORKSPACE/exttests/pkg-config make - - name: Testing client code with pkg-config detection + - name: Testing client code with CMake detection run: | cd $GITHUB_WORKSPACE/exttests/cmake cmake . || true