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 14aaf0d commit bbd9d2b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,10 @@ 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 \
sudo apt-get install libqt5pdf5 libqt5scripttools5 libqt5dbus5 libqt5charts5-dev \
libgl-dev libmuparser-dev libboost-dev librsvg2-bin libfreetype6-dev libicu-dev pkg-config libfuse2
Expand Down

0 comments on commit bbd9d2b

Please sign in to comment.