From 84542892834f36e4637207efaf199e7da9fcf263 Mon Sep 17 00:00:00 2001 From: thexai <58434170+thexai@users.noreply.github.com> Date: Sun, 31 Mar 2024 21:45:21 +0200 Subject: [PATCH] Force use CMake 3.28.3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 33a3a3b..f6366d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,7 +28,7 @@ jobs: - name: Install Strawberry Perl # Perl included with git does not work when building openssl - run: choco install -y StrawberryPerl nasm + run: choco install -y StrawberryPerl nasm CMake --version 3.28.3 --force - name: Build # Build your program with the given configuration