diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-30 18:14:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 18:14:52 +0200 |
| commit | 6cbcb46d9f62e3b0676ae351dabba127a63e47c3 (patch) | |
| tree | c64ff519609be99e507dceca5979ac6c4db02fea /.github | |
| parent | 7f450130c884cc3fada05d6e19375f28f36ead15 (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 0d48c73..957ef52 100644 --- a/.github/workflows/cmake-cgi.yml +++ b/.github/workflows/cmake-cgi.yml @@ -65,5 +65,5 @@ 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: cd examples/cgi && && 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 }} |
