Skip to content

Commit

Permalink
Allow multiple lines commands.
Browse files Browse the repository at this point in the history
  • Loading branch information
Lewuathe committed Oct 21, 2023
1 parent 8e00723 commit 8108376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
path: ./thirdparty/llvm-project

- name: Build LLVM and MLIR
run:
run: |
pushd ./thirdparty/llvm-project/build
cmake -G Ninja ../llvm \
-DLLVM_ENABLE_PROJECTS=mlir \
Expand All @@ -52,7 +52,7 @@ jobs:
popd
- name: Build this project
run:
run: |
mkdir -p ./build
pushd ./build
cmake -G Ninja .. \
Expand Down

0 comments on commit 8108376

Please sign in to comment.