diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/cmake_tags.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake_tags.yml b/.github/workflows/cmake_tags.yml index 4f926142..1e99b60b 100644 --- a/.github/workflows/cmake_tags.yml +++ b/.github/workflows/cmake_tags.yml @@ -35,7 +35,7 @@ jobs: - name: Configure CMake # Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make. # See https://cmake.org/cmake/help/latest/variable/CMAKE_BUIL D_TYPE.html?highlight=cmake_build_type - run: cmake -S ${{github.workspace}}/core -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} + run: cmake -S ${{github.workspace}} -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} - name: Build # Build your program with the given configuration |