From 8d273471f26e7edcf6ebeaf6aaafa204a7c09307 Mon Sep 17 00:00:00 2001 From: Ian Douglas Scott Date: Mon, 13 Nov 2023 17:28:43 -0800 Subject: [PATCH] bar --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb91d05..c731d7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -169,6 +169,11 @@ jobs: runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 + - name: Install dependencies + if: contains(matrix.target, '-linux-') && startsWith(matrix.target, 'x86_64-') + run: | + sudo apt-get update -y + sudo apt-get install -y libwayland-dev pkg-config - name: Setup linux cross toolchain if: contains(matrix.target, '-linux-') && !startsWith(matrix.target, 'x86_64-') run: |