Skip to content

Commit

Permalink
actually, also install package that was explicitly mentioned as missi…
Browse files Browse the repository at this point in the history
…ng in github actions log
  • Loading branch information
adam-ce committed Nov 19, 2023
1 parent e3139ac commit 5375af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Install Linux Dependencies
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y build-essential libgl1-mesa-dev
run: sudo apt-get install -y build-essential libgl1-mesa-dev libxcb-cursor-dev

- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down

0 comments on commit 5375af5

Please sign in to comment.