Skip to content

Commit

Permalink
[ci] More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Jul 18, 2023
1 parent dca0c09 commit 2b711a2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
header_only: [0, 1]
config:
- {
name: "Windows",
name: "Windows (MSVC)",
os: windows-latest,
cmakeflags: "-DLIBREMIDI_NO_WINUWP=0"
cmakeflags: "-DLIBREMIDI_NO_WINUWP=0 -DBOOST_ROOT=$PWD/boost_1_82_0"
}
- {
name: "Ubuntu (gcc)",
Expand Down Expand Up @@ -83,7 +83,6 @@ jobs:
-DLIBREMIDI_HEADER_ONLY=${{ matrix.header_only }} \
-DLIBREMIDI_EXAMPLES=1 \
-DLIBREMIDI_TESTS=1 \
-DCMAKE_PREFIX_PATH=$PWD/boost_* \
-DCMAKE_INSTALL_PREFIX=install
- name: Build
Expand Down

0 comments on commit 2b711a2

Please sign in to comment.