Skip to content

Commit

Permalink
Apply required changes to merged CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Dec 17, 2024
1 parent 9e6e306 commit 8dfa560
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Install RandR headers
run: |
sudo apt-get update
sudo apt install xorg-dev libglu1-mesa-dev
sudo apt install xorg-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev
- if: ${{ matrix.platform == 'windows' }}
name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
name: Install RandR headers
run: |
sudo apt-get update
sudo apt install xorg-dev libglu1-mesa-dev
sudo apt install xorg-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev
- name: Configure
run: cmake -B"build/${{ matrix.platform }}" -DVKB_BUILD_TESTS=ON
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Install RandR headers
run: |
sudo apt-get update
sudo apt install xorg-dev libglu1-mesa-dev
sudo apt install xorg-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down

0 comments on commit 8dfa560

Please sign in to comment.