Skip to content

Commit

Permalink
Try to fix static linux by filtering libs
Browse files Browse the repository at this point in the history
  • Loading branch information
kuba160 committed Feb 26, 2024
1 parent 94715d2 commit 4c5937d
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 @@ -10,12 +10,11 @@ jobs:
steps:
- name: Install dependencies for Linux
run: |
sed -i '/deb-src/s/^#//g' /etc/apt/sources.list
apt-get -qq update
apt-get build-dep -y -qq qt6-base-dev
apt-get install -y -qq libxcb-xinerama0-dev git g++ wget zip perl cmake
apt-get install -y -qq '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev \
libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
apt-get install -y -qq zlib1g-dev libharfbuzz-dev libfreetype-dev libegl-dev libfontconfig1-dev libudev-dev libmtdev-dev libinput-dev libdbus-1-dev
- name: Checkout for Linux
uses: actions/checkout@v1
- name: Fix library links
Expand Down

0 comments on commit 4c5937d

Please sign in to comment.