This commit is contained in:
Jakub Melka 2024-10-26 16:17:46 +02:00
parent d2e5bf7107
commit c2c359ed27
3 changed files with 9 additions and 1 deletions

View File

@ -15,6 +15,7 @@ jobs:
sudo apt-get install -y libspeechd2
sudo apt-get install -y gnupg2 wget
sudo apt-get install -y appstream
sudo apt-get install -y libcups2 libcups2-dev
wget -c "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
chmod +x appimagetool-x86_64.AppImage
sudo mv appimagetool-x86_64.AppImage /usr/local/bin/appimagetool

View File

@ -119,6 +119,7 @@ jobs:
version: '6.8.0'
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2022_64'
dir: '${{ github.workspace }}/qt/'
install-deps: 'true'
modules: 'qtspeech qtmultimedia qtimageformats'

View File

@ -16,7 +16,12 @@ jobs:
uses: actions/checkout@v4
with:
path: pdf4qt
- name: Install CUPS
run: |
sudo apt update
sudo apt install libcups2 libcups2-dev
- name: 'VCPKG: Set up VCPKG'
run: |
git clone --depth=1 https://github.com/microsoft/vcpkg.git
@ -110,6 +115,7 @@ jobs:
version: '6.8.0'
host: 'windows'
target: 'desktop'
arch: 'win64_msvc2022_64'
dir: '${{ github.workspace }}/qt/'
install-deps: 'true'
modules: 'qtspeech qtmultimedia'