Skip to content

Commit

Permalink
msvc: try to match with winmidi api headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Dec 22, 2024
1 parent 665ed20 commit 0e599ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: "Windows (MSVC)",
os: windows-latest,
generator: "",
cmakeflags: "-DLIBREMIDI_NO_WINUWP=0 -DBOOST_ROOT=$PWD/boost_1_86_0 -DCMAKE_GENERATOR_PLATFORM=version=10.0.26100.0",
cmakeflags: "-DLIBREMIDI_NO_WINUWP=0 -DBOOST_ROOT=$PWD/boost_1_86_0 -DCMAKE_GENERATOR_PLATFORM=version=10.0.22621.0",
test_target: "RUN_TESTS",
tests: 1,
examples: 1
Expand Down

0 comments on commit 0e599ae

Please sign in to comment.