From 028acfde5f755dc3fe359324ad580e8268ca886b Mon Sep 17 00:00:00 2001 From: Arniiiii Date: Mon, 26 Aug 2024 09:46:21 +0000 Subject: [PATCH] place comment to the end of command, not as separate command. --- .github/workflows/test.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 39e3739..7c0fc81 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -38,8 +38,7 @@ jobs: - name: test installed build run: | - # test if header only library's CMake configs are installed to a ABI-independent dir. - test -e /usr/share/cmake/header_only-1.0/header_onlyConfig.cmake + test -e /usr/share/cmake/header_only-1.0/header_onlyConfig.cmake # test if header only library's CMake configs are installed to a ABI-independent dir. cmake -S test -B build/installed -D TEST_INSTALLED_VERSION=1 cmake --build build/installed cmake --build build/installed --target test