Skip to content

Commit

Permalink
Update build-all.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli authored Jan 26, 2025
1 parent 6ca3c18 commit c67dcaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,16 @@ jobs:
with:
fetch-depth: 0
ref: 2.2.1

- name: Install Qt5
uses: jurplel/install-qt-action@v3
with:
version: '5.15.*'

- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get build-dep librecad -y
sudo apt-get -qq install qt5-qmake libqt5core5a libqt5gui5 libqt5widgets5 libqt5printsupport5 libqt5svg5-dev \
libgl-dev libmuparser-dev libboost-dev librsvg2-bin libfreetype6-dev libicu-dev pkg-config libfuse2
sudo rm -rf /usr/local/lib/android
Expand Down

0 comments on commit c67dcaa

Please sign in to comment.