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 7e198b1 commit 359d9c0Copy full SHA for 359d9c0
.github/workflows/cmake-linux-x86.yml
@@ -31,7 +31,7 @@ jobs:
31
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
32
run: |
33
mkdir ${{github.workspace}}/build
34
- cd mkdir ${{github.workspace}}/build
+ cd ${{github.workspace}}/build
35
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLLVM_TARGETS_TO_BUILD="X86" -G Ninja ../src
36
37
- name: Build
0 commit comments