Skip to content

Commit c141369

Browse files
[tests-only][full-ci] backport remove c compiler env on client build stage (#12459)
remove c compiler env on client build stage Signed-off-by: Prajwol Amatya <prajwolamatya11@gmail.com>
1 parent b942b09 commit c141369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
run: |
9090
mkdir -p build
9191
cd build
92-
cmake -G"Ninja" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DBUILD_TESTING=OFF -S ..
92+
cmake -G"Ninja" -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTING=OFF -S ..
9393
ninja
9494
9595
- name: Install Python Modules

0 commit comments

Comments
 (0)