summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2021-09-03 21:34:15 +0000
committerGitHub <noreply@github.com>2021-09-03 21:34:15 +0000
commit0afd1231346304cc550e5df3b14aa3f9f0b55f46 (patch)
tree826c3ee5c5460c2fabee1f0054b4264bd674ab4e /.github
parent016d6bc1a489e36e1de07384cef2df78699dc90d (diff)
Update cmake_tags.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake_tags.yml2
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