Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmeisel committed Dec 7, 2019
1 parent 659d155 commit 1cfc703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
cmake_type: "Visual Studio 16 2019"
- platform: ubuntu-latest
cmake_type: "Unix Makefiles"
- platform: ubuntu-latest
- platform: macos-latest
cmake_type: "Unix Makefiles"

runs-on: ${{ matrix.platform }}
Expand All @@ -25,7 +25,7 @@ jobs:
run: |
mkdir build
cd build
cmake -G ${{ format('"{0}"', matrix.cmake_type) }} ../src
cmake -G "${{ matrix.cmake_type }}" ../src
- name: build
run: cmake --build build --config Debug

Expand Down

0 comments on commit 1cfc703

Please sign in to comment.