Skip to content

Commit b137b09

Browse files
authored
Update cmake-linux-x86.yml
1 parent 78cf44e commit b137b09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/cmake-linux-x86.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
3737
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
3838
run: |
39-
export CC=/usr/local/bin/gcc
40-
export CXX=/usr/local/bin/g++
4139
mkdir ${{github.workspace}}/build
4240
cd ${{github.workspace}}/build
4341
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLLVM_TARGETS_TO_BUILD="X86" -G Ninja ../src

0 commit comments

Comments
 (0)