From eefc24cb39969fae6a7c49172f3c440f7b3dc090 Mon Sep 17 00:00:00 2001 From: LEE HAESUNG <102472529+JungangHighschool@users.noreply.github.com> Date: Sun, 3 Sep 2023 21:19:59 +0900 Subject: [PATCH] Update cmake.yml --- .github/workflows/cmake.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index c2be1df..4a16b1d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -31,7 +31,7 @@ jobs: uses: egor-tensin/setup-clang@v1.4 - name: Build - working-directory: ${{github.workspace}}/build + working-directory: ${{github.workspace}} # Execute tests defined by the CMake configuration. # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail run: ./scripts/setup && ./scripts/install.sh