File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -72,19 +72,21 @@ jobs:
72
72
- name : Add setup Windows SDK
73
73
if : startsWith(matrix.config.os, 'windows')
74
74
uses : GuillaumeFalourd/setup-windows10-sdk-action@v2
75
+ with :
76
+ sdk-version : 26100
75
77
76
78
- name : Install dependencies on ubuntu
77
79
if : startsWith(matrix.config.name, 'Ubuntu_Latest_GCC')
78
80
run : |
79
81
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
81
83
cmake --version
82
84
gcc --version
83
85
84
86
- name : Install dependencies on macos
85
87
if : startsWith(matrix.config.os, 'macos')
86
88
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
88
90
cmake --version
89
91
90
92
- name : Build
You can’t perform that action at this time.
0 commit comments