From 8e8be3c23875cdd46400796dbf48a99c2629ffd1 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Sat, 4 Jan 2025 00:58:12 -0800 Subject: [PATCH] try setting SDK version --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b20da3e..2cbb8aa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,19 +72,21 @@ jobs: - name: Add setup Windows SDK if: startsWith(matrix.config.os, 'windows') uses: GuillaumeFalourd/setup-windows10-sdk-action@v2 + with: + sdk-version: 26100 - name: Install dependencies on ubuntu if: startsWith(matrix.config.name, 'Ubuntu_Latest_GCC') run: | sudo apt-get update - sudo apt-get install cmake + sudo apt-get install cmake libxrandr-dev libxinerama-dev libxcursor-dev mesa-common-dev libx11-xcb-dev pkg-config nodejs npm cmake --version gcc --version - name: Install dependencies on macos if: startsWith(matrix.config.os, 'macos') run: | - brew install cmake libxrandr-dev libxinerama-dev libxcursor-dev mesa-common-dev libx11-xcb-dev pkg-config nodejs npm + brew install cmake cmake --version - name: Build