Skip to content

Commit

Permalink
ci: fix deps install
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 committed Feb 15, 2024
1 parent 7a64438 commit 4c98f14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
toolchain: stable

- name: Install dependencies
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libspeechd-dev libxkbcommon-dev libssl-dev libgtk-3-dev libatk-bridge2.0-dev
Expand Down

0 comments on commit 4c98f14

Please sign in to comment.