Skip to content

Commit

Permalink
Force use CMake 3.28.3
Browse files Browse the repository at this point in the history
  • Loading branch information
thexai committed Mar 31, 2024
1 parent 3d5ff71 commit bd5098d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ jobs:
# Perl included with git does not work when building openssl
run: choco install -y StrawberryPerl nasm

- name: Install CMake v3.28.3
# libbluray fails to build with CMake 3.29.0
run: choco install -y CMake --version 3.28.3 --force

- name: Build
# Build your program with the given configuration
run: .\DoRelease.ps1 -Platforms ${{ matrix.arch }} ${{ matrix.platform }} -VsVersion ${{ env.VS_VERSION }} -SdkVersion "${{ env.SDK_VERSION }}"
Expand Down

0 comments on commit bd5098d

Please sign in to comment.