Skip to content

Commit

Permalink
actions: update ubuntu package list;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Jun 6, 2024
1 parent bb48cda commit dbcfb01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,7 @@ jobs:
- name: Update Packages
run: sudo apt update
- name: Install Packages
run: >
sudo apt install -y xorg-dev libxcb-glx0-dev libxkbcommon-dev libxkbcommon-x11-dev libxcb-xkb-dev libfuse2 libcurl4-openssl-dev libssl-dev
run: sudo apt install -y xorg-dev libx11-xcb-dev libxcb-glx0-dev libxkbcommon-dev libxkbcommon-x11-dev libxcb-xkb-dev libfuse2 libcurl4-openssl-dev libssl-dev
- name: Checkout
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit dbcfb01

Please sign in to comment.