From e3409ed0307f9a3d7eef5534c7a7749951379c5d Mon Sep 17 00:00:00 2001 From: Jiwon Gim Date: Fri, 13 Sep 2024 12:55:55 -0600 Subject: [PATCH] add a space --- .github/workflows/ubuntu.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index dba980e3..f6ad405d 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -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