Skip to content

Commit

Permalink
add win vars and libxi
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 16, 2024
1 parent 1522692 commit bb719bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ jobs:
choco install node cmake
node --version
cmake --version
# cmd "${{ matrix.config.environment_script }}"
"C:/Program Files/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvars64.bat"
- name: Install dependencies on ubuntu
if: startsWith(matrix.config.name, 'Ubuntu_Latest_GCC')
run: |
sudo apt-get update
sudo apt-get install cmake libxrandr-dev libxinerama-dev libxcursor-dev mesa-common-dev libx11-xcb-dev pkg-config
sudo apt-get install cmake libxi libxrandr-dev libxinerama-dev libxcursor-dev mesa-common-dev libx11-xcb-dev pkg-config
cmake --version
gcc --version
- name: Install dependencies on macos
Expand Down

0 comments on commit bb719bc

Please sign in to comment.