Skip to content

Commit 8e8be3c

Browse files
committed
try setting SDK version
1 parent abc5526 commit 8e8be3c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,19 +72,21 @@ jobs:
7272
- name: Add setup Windows SDK
7373
if: startsWith(matrix.config.os, 'windows')
7474
uses: GuillaumeFalourd/setup-windows10-sdk-action@v2
75+
with:
76+
sdk-version: 26100
7577

7678
- name: Install dependencies on ubuntu
7779
if: startsWith(matrix.config.name, 'Ubuntu_Latest_GCC')
7880
run: |
7981
sudo apt-get update
80-
sudo apt-get install cmake
82+
sudo apt-get install cmake libxrandr-dev libxinerama-dev libxcursor-dev mesa-common-dev libx11-xcb-dev pkg-config nodejs npm
8183
cmake --version
8284
gcc --version
8385
8486
- name: Install dependencies on macos
8587
if: startsWith(matrix.config.os, 'macos')
8688
run: |
87-
brew install cmake libxrandr-dev libxinerama-dev libxcursor-dev mesa-common-dev libx11-xcb-dev pkg-config nodejs npm
89+
brew install cmake
8890
cmake --version
8991
9092
- name: Build

0 commit comments

Comments
 (0)