Skip to content

Commit

Permalink
windows?
Browse files Browse the repository at this point in the history
  • Loading branch information
mhekkel committed Nov 15, 2023
1 parent 8976fc8 commit 428c0e4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ jobs:
#
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
matrix:
# os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
build_type: [Release]
c_compiler: [gcc, clang, cl]
include:
Expand Down Expand Up @@ -55,12 +54,12 @@ jobs:
run: |
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Install dependencies
- name: Install dependencies Ubuntu
if: matrix.os == 'ubuntu-latest'
run: >
sudo apt-get update && sudo apt-get install libboost-dev mrc
- name: Install dependencies
- name: Install dependencies Windows
if: matrix.os == 'windows-latest'
run: >
choco install boost-msvc-14.2
Expand Down

0 comments on commit 428c0e4

Please sign in to comment.