mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-01-03 03:50:53 +01:00
Fix CI
This commit is contained in:
parent
d2e5bf7107
commit
c2c359ed27
1
.github/workflows/LinuxInstall.yml
vendored
1
.github/workflows/LinuxInstall.yml
vendored
@ -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
|
||||
|
1
.github/workflows/WindowsInstall.yml
vendored
1
.github/workflows/WindowsInstall.yml
vendored
@ -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'
|
||||
|
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user