Skip to content

Commit

Permalink
Trying to fix CI after merge (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
SaschaWillems committed Dec 17, 2024
1 parent 8dfa560 commit 805ecac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 libwayland-dev libxkbcommon-dev
sudo apt install xorg-dev libglu1-mesa-dev
- if: ${{ matrix.platform == 'windows' }}
name: Setup MSVC
uses: ilammy/msvc-dev-cmd@v1
Expand Down Expand Up @@ -73,10 +73,10 @@ jobs:
name: Install RandR headers
run: |
sudo apt-get update
sudo apt install xorg-dev libglu1-mesa-dev libwayland-dev libxkbcommon-dev
sudo apt install xorg-dev libglu1-mesa-dev
- name: Configure
run: cmake -B"build/${{ matrix.platform }}" -DVKB_BUILD_TESTS=ON
run: cmake -B"build/${{ matrix.platform }}" -DVKB_BUILD_TESTS=ON -DGLFW_BUILD_WAYLAND=OFF

- name: "Build Components ${{ matrix.platform }} in ${{ matrix.build_type }}"
run: cmake --build "build/${{ matrix.platform }}" --target vkb__components --config ${{ matrix.build_type }} ${{ env.PARALLEL }}
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 libwayland-dev libxkbcommon-dev
sudo apt install xorg-dev libglu1-mesa-dev
- name: ccache
uses: hendrikmuhs/[email protected]
with:
Expand Down

0 comments on commit 805ecac

Please sign in to comment.