Skip to content

Commit

Permalink
Optimize linux dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamsyntax committed Nov 2, 2023
1 parent 1e6b4a9 commit 140bd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt install build-essential git cmake ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libevdev-dev libusb-1.0-0-dev libxrandr-dev libxi-dev libpangocairo-1.0-0 qt6-base-private-dev libqt6svg6-dev libbluetooth-dev libasound2-dev libpulse-dev libgl1-mesa-dev libcurl4-openssl-dev
sudo apt install cmake libevdev-dev qt6-base-private-dev libgl1-mesa-dev
shell: bash

- name: Install GCC 10 and G++ 10
Expand Down

0 comments on commit 140bd61

Please sign in to comment.