mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2026-02-08 00:32:27 +00:00
Fix github workflows.
This commit is contained in:
7
.github/workflows/build-appimage.yml
vendored
7
.github/workflows/build-appimage.yml
vendored
@@ -11,8 +11,13 @@ jobs:
|
||||
build-appimage:
|
||||
name: Build (Linux, AppImage)
|
||||
runs-on: ubuntu-22.04
|
||||
permissions:
|
||||
contents: read
|
||||
id-token: write
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
- name: Install build deps
|
||||
run: |
|
||||
@@ -24,7 +29,7 @@ jobs:
|
||||
with:
|
||||
version: 6.10.0
|
||||
dir: ..
|
||||
modules: qtwayland qtshadertools
|
||||
modules: qtshadertools
|
||||
setup-python: false
|
||||
cache: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user