Skip to content

Commit

Permalink
No line continuations; different chars across platforms.
Browse files Browse the repository at this point in the history
  • Loading branch information
mysterymath committed Nov 4, 2022
1 parent 28e78ae commit 18b5660
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
run: |
mkdir build
cd build
cmake -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/llvm-mos \
-G Ninja \
..
cmake -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/llvm-mos -G Ninja ..
ninja
- name: Run the test suite.
Expand Down

0 comments on commit 18b5660

Please sign in to comment.