Fix action name

This commit is contained in:
Dmitry Marakasov 2022-04-27 22:17:30 +03:00
parent 6426c1d4a8
commit 1585650143

View File

@ -74,7 +74,7 @@ jobs:
run: | run: |
cd $GITHUB_WORKSPACE/exttests/pkg-config cd $GITHUB_WORKSPACE/exttests/pkg-config
make make
- name: Testing client code with pkg-config detection - name: Testing client code with CMake detection
run: | run: |
cd $GITHUB_WORKSPACE/exttests/cmake cd $GITHUB_WORKSPACE/exttests/cmake
cmake . || true cmake . || true