Skip to content

Commit 359d9c0

Browse files
authored
Update cmake-linux-x86.yml
1 parent 7e198b1 commit 359d9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
3232
run: |
3333
mkdir ${{github.workspace}}/build
34-
cd mkdir ${{github.workspace}}/build
34+
cd ${{github.workspace}}/build
3535
cmake -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLLVM_TARGETS_TO_BUILD="X86" -G Ninja ../src
3636
3737
- name: Build

0 commit comments

Comments
 (0)