diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-03-30 18:13:42 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-30 18:13:42 +0200 |
| commit | 7f450130c884cc3fada05d6e19375f28f36ead15 (patch) | |
| tree | 1b68b4234bd45fee6581330e1a287ee02bad9191 /.github | |
| parent | 7bb44e4058c04e5e885ad3037ae02b11cce18f1a (diff) | |
Update cmake-cgi.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake-cgi.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/cmake-cgi.yml b/.github/workflows/cmake-cgi.yml index 6111570..0d48c73 100644 --- a/.github/workflows/cmake-cgi.yml +++ b/.github/workflows/cmake-cgi.yml @@ -62,7 +62,6 @@ jobs: -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_C_COMPILER=${{ matrix.c_compiler }} -DCMAKE_BUILD_TYPE=${{ matrix.build_type }} - -S ${{ github.workspace }} - 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). |
