diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-30 18:10:45 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 18:10:45 +0200 |
| commit | 2bb35c5a7c5f92347f5240868566c680987c7ab7 (patch) | |
| tree | 452d94196ab27c99ea01f38d39983e5940980fc2 /.github | |
| parent | 894fa5a75156f9a47e1c1b6c94b8a14a6a262990 (diff) | |
Update cmake-cgi.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake-cgi.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-cgi.yml b/.github/workflows/cmake-cgi.yml index a84994f..e8107af 100644 --- a/.github/workflows/cmake-cgi.yml +++ b/.github/workflows/cmake-cgi.yml @@ -58,7 +58,7 @@ jobs: # 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_BUILD_TYPE.html?highlight=cmake_build_type run: > - cmake -B ${{ steps.strings.outputs.build-output-dir }} + cd examples/cgi && cmake -B ${{ steps.strings.outputs.build-output-dir }} -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} |
