We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78cf44e commit b137b09Copy full SHA for b137b09
.github/workflows/cmake-linux-x86.yml
@@ -36,8 +36,6 @@ jobs:
36
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
37
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
38
run: |
39
- export CC=/usr/local/bin/gcc
40
- export CXX=/usr/local/bin/g++
41
mkdir ${{github.workspace}}/build
42
cd ${{github.workspace}}/build
43
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLLVM_TARGETS_TO_BUILD="X86" -G Ninja ../src
0 commit comments