diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index efc1f93..7aa5240 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -145,7 +145,7 @@ jobs: # Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator). #run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} run: | - cmake ${{ matrix.os == 'ubuntu-latest' && 'CMakeLists.txt' || 'CMakeLists.txt -G "MinGW Makefiles" -S ${{ github.workspace }} -B ${{ steps.strings.outputs.build-output-dir }}' }} + cmake ${{ matrix.os == 'ubuntu-latest' && 'CMakeLists.txt' || 'CMakeLists.txt -G "MinGW Makefiles"' }} -S ${{ github.workspace }} -B ${{ steps.strings.outputs.build-output-dir }} make - name: Upload artifact