Skip to content

Commit 32315c1

Browse files
committed
Update main.yml
1 parent 7549ae1 commit 32315c1

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ jobs:
1212
- uses: actions/checkout@v1
1313
- name: Create build directory
1414
run: mkdir build
15-
- name: Change to build directory
16-
run: cd build
1715
- name: Configure llvm
16+
working-directory: build
1817
run: cmake -G Ninja ../llvm -DCMAKE_BUILD_TYPE=Release -DLLVM_BUILD_LLVM_DYLIB=ON -DLLVM_LINK_LLVM_DYLIB=ON
1918
- name: Build and test llvm
20-
run: ninja check-all
19+
run: ninja check-all -C build
2120

2221

0 commit comments

Comments
 (0)