Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjhoward authored Oct 27, 2023
1 parent 8c40915 commit b351fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
if: matrix.os == 'windows-latest'

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -G ${{matrix.build_gen}} -DCMAKE_BUILD_TYPE=${{matrix.build_type}}
run: cmake -B ${{github.workspace}}/build -G "${{matrix.build_gen}}" -DCMAKE_BUILD_TYPE=${{matrix.build_type}}

- name: Build
run: cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}}
Expand Down

0 comments on commit b351fc3

Please sign in to comment.