Skip to content

Commit e1cc1da

Browse files
committed
Fix workflows.
1 parent 55ef7cb commit e1cc1da

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/build-appimage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
permissions:
1515
contents: read
1616
id-token: write
17+
attestations: write
1718
steps:
1819
- uses: actions/checkout@v4
1920
with:
@@ -29,7 +30,7 @@ jobs:
2930
with:
3031
version: 6.10.0
3132
dir: ..
32-
modules: qtshadertools
33+
modules: qt5compat qtshadertools
3334
setup-python: false
3435
cache: true
3536

.github/workflows/build-dmg.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
permissions:
1515
contents: read
1616
id-token: write
17+
attestations: write
1718
steps:
1819
- uses: actions/checkout@v4
1920
with:
@@ -23,7 +24,7 @@ jobs:
2324
uses: jurplel/install-qt-action@v4
2425
with:
2526
version: 6.10.*
26-
modules: qtshadertools
27+
modules: qt5compat qtshadertools
2728
setup-python: true
2829
python-version: '3.11'
2930
cache: true

0 commit comments

Comments
 (0)