This commit was merged in pull request #22.
This commit is contained in:
2026-02-15 01:41:27 +00:00
parent ed604eb655
commit 7fbd4c0226
6 changed files with 42 additions and 14 deletions

View File

@@ -43,13 +43,16 @@ jobs:
with:
version: ${{ env.QT_VERSION }}
# Windows
- name: Chocolatey Action
- name: Install pkgconfiglite
if: matrix.os == 'windows-latest'
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install pkgconfiglite --checksum e87b5ea3c9142256af60f2d5b917aa63b571e6a0 --checksum-type sha1
- name: Install nsis
if: matrix.os == 'windows-latest'
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install nsis
- name: Install Debian packaging dependencies
if: matrix.os == 'ubuntu-latest'
@@ -191,6 +194,11 @@ jobs:
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install pkgconfiglite --checksum e87b5ea3c9142256af60f2d5b917aa63b571e6a0 --checksum-type sha1
- name: Install nsis
if: matrix.os == 'windows-latest'
uses: crazy-max/ghaction-chocolatey@v2
with:
args: install nsis
- name: Configure Qtk Library
shell: bash