Skip to content

Commit

Permalink
fix line breaks
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhhughes committed Jul 6, 2024
1 parent 11c378b commit a3b2ee9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
# configure repo
- name: Configure
run: |
cmake -B ${{github.workspace}}/build
-DCMAKE_BUILD_TYPE=Release
-DSPARK_DSG_BUILD_TESTS=ON
-DSPARK_DSG_BUILD_PYTHON=ON
cmake -B ${{github.workspace}}/build \
-DCMAKE_BUILD_TYPE=Release \
-DSPARK_DSG_BUILD_TESTS=ON \
-DSPARK_DSG_BUILD_PYTHON=ON \
-DSPARK_DSG_BUILD_EXAMPLES=ON
# build repo
- name: Build
Expand Down

0 comments on commit a3b2ee9

Please sign in to comment.