summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-30 18:13:42 +0200
committerGitHub <noreply@github.com>2025-03-30 18:13:42 +0200
commit7f450130c884cc3fada05d6e19375f28f36ead15 (patch)
tree1b68b4234bd45fee6581330e1a287ee02bad9191
parent7bb44e4058c04e5e885ad3037ae02b11cce18f1a (diff)
Update cmake-cgi.yml
-rw-r--r--.github/workflows/cmake-cgi.yml1
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).