diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17e6d7b5c..fbf129333 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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 }} @@ -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/ccache-action@v1.2 with: