Skip to content

Commit

Permalink
build fix encore
Browse files Browse the repository at this point in the history
  • Loading branch information
mmp committed Nov 25, 2024
1 parent 9d60a9c commit 5112673
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cpu-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
- name: Get cmake
uses: lukka/get-cmake@latest

- name: Install pkgconfig
run: choco install pkgconfiglite

- name: Configure
run: |
cd build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
uses: lukka/get-cmake@latest

- name: Install OpenGL
if: ${{ matrix.os == 'ubuntu-22.04' }}
if: ${{ matrix.os == 'ubuntu-20.04' }}
run: sudo apt-get install -y --no-install-recommends libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev libgl1-mesa-dev libwayland-bin libwayland-dev wayland-protocols libxkbcommon-dev libxkbcommon-x11-0

- name: Configure
Expand Down

0 comments on commit 5112673

Please sign in to comment.