Skip to content

Commit

Permalink
Removed unneeded qt packages from install
Browse files Browse the repository at this point in the history
  • Loading branch information
ghorwin committed Oct 23, 2024
1 parent a876181 commit 29c824c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_20.04_Build_and_Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install qt5
run: sudo apt install qtbase5-dev qt5-qmake libqt5svg5-dev libqt5sql5 libqt5sql5-psql
run: sudo apt install qtbase5-dev qt5-qmake libqt5svg5-dev
- name: build
working-directory: build/cmake
run: ./build.sh 2 release skip-test
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/ubuntu_22.04_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ on:
workflow_dispatch:
# run whenever someone pushes data
# as we do not have much development, this will not cause much traffic/build times
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
# push:
# branches: [ "master" ]
# pull_request:
# branches: [ "master" ]

jobs:
build:
Expand All @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install qt5
run: sudo apt install qtbase5-dev qt5-qmake libqt5svg5-dev libqt5sql5 libqt5sql5-psql
run: sudo apt install qtbase5-dev qt5-qmake libqt5svg5-dev
- name: build
working-directory: build/cmake
run: ./build.sh 2 release skip-test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_24.04_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install qt5
run: sudo apt install qtbase5-dev qt5-qmake libqt5svg5-dev libqt5sql5 libqt5sql5-psql
run: sudo apt install qtbase5-dev qt5-qmake libqt5svg5-dev
- name: build
working-directory: build/cmake
run: ./build.sh 2 release skip-test
Expand Down

0 comments on commit 29c824c

Please sign in to comment.