Skip to content

Commit

Permalink
&& syntax isn't used in powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Mar 15, 2024
1 parent 2899f15 commit 98aa0d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Build
shell: powershell
run: |
cd build && ninja -j2 -v
cd build; ninja -j2 -v
# TODO - if the loading isn't too extreme, it would be good to do a BRL-CAD
# build against the output of this...
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
- name: Build
shell: powershell
run: |
cd build && ninja -j2 -v
cd build; ninja -j2 -v
# TODO - if the loading isn't too extreme, it would be good to do a BRL-CAD
# build against the output of this...
Expand Down

0 comments on commit 98aa0d9

Please sign in to comment.