From ac031a45f82dba4b188121b888afe1cc34c7f72e Mon Sep 17 00:00:00 2001 From: Simon Hausmann Date: Mon, 24 Jan 2022 14:25:21 +0100 Subject: [PATCH] Fix linux dependencies install in package test CI step --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f07f31ae8..b07494303 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -266,7 +266,6 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install Linux Dependencies - if: matrix.os == 'ubuntu-20.04' run: | sudo apt-get install libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev gcc-10 g++-10 echo "CXX=g++-10" >> $GITHUB_ENV