Skip to content

Commit

Permalink
add a space
Browse files Browse the repository at this point in the history
  • Loading branch information
boulderdaze committed Sep 13, 2024
1 parent fc6ac50 commit e3409ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
- name: Run Cmake
run: >
cmake -S . -B build -D CMAKE_BUILD_TYPE=${{ matrix.build_type }}
-D MUSICA_GIT_TAG=${{ github.sha }}
-D MUSICA_ENABLE_MICM=${{ matrix.options.micm }}
-D MUSICA_ENABLE_TUVX=${{ matrix.options.tuvx }}
cmake -S . -B build -D CMAKE_BUILD_TYPE=${{ matrix.build_type }}
-D MUSICA_GIT_TAG=${{ github.sha }}
-D MUSICA_ENABLE_MICM=${{ matrix.options.micm }}
-D MUSICA_ENABLE_TUVX=${{ matrix.options.tuvx }}
-D MUSICA_ENABLE_PYTHON_LIBRARY=${{ matrix.options.python }}
- name: Build
Expand Down

0 comments on commit e3409ed

Please sign in to comment.