diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-30 18:06:38 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 18:06:38 +0200 |
| commit | 2bc682070aa89208805b12b0499ce11a248bcbe1 (patch) | |
| tree | 468ccd1286e6e13c0a5bf994460f72bafbac4362 /.github | |
| parent | b05e75a8ff3860c60992bebb94e002e80e398f53 (diff) | |
Update and rename cmake-multi-platform.yml to cmake-cgi.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake-cgi.yml (renamed from .github/workflows/cmake-multi-platform.yml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-cgi.yml index 8fc5ebe..06570fb 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-cgi.yml @@ -66,7 +66,7 @@ jobs: - name: Build # Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator). - run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} + run: cd examples/cgi && && cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} - name: Test working-directory: ${{ steps.strings.outputs.build-output-dir }} |
