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:
|
build-appimage:
|
||||||
name: Build (Linux, AppImage)
|
name: Build (Linux, AppImage)
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install build deps
|
- name: Install build deps
|
||||||
run: |
|
run: |
|
||||||
@@ -24,7 +29,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: 6.10.0
|
version: 6.10.0
|
||||||
dir: ..
|
dir: ..
|
||||||
modules: qtwayland qtshadertools
|
modules: qtshadertools
|
||||||
setup-python: false
|
setup-python: false
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
|
|||||||
8
.github/workflows/build-dmg.yml
vendored
8
.github/workflows/build-dmg.yml
vendored
@@ -11,15 +11,21 @@ jobs:
|
|||||||
build-dmg:
|
build-dmg:
|
||||||
name: Build (macOS, DMG)
|
name: Build (macOS, DMG)
|
||||||
runs-on: macos-14
|
runs-on: macos-14
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
submodules: recursive
|
||||||
|
|
||||||
- name: Install Qt
|
- name: Install Qt
|
||||||
uses: jurplel/install-qt-action@v4
|
uses: jurplel/install-qt-action@v4
|
||||||
with:
|
with:
|
||||||
version: 6.10.*
|
version: 6.10.*
|
||||||
modules: qtshadertools
|
modules: qtshadertools
|
||||||
setup-python: false
|
setup-python: true
|
||||||
|
python-version: '3.11'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Build DMG
|
- name: Build DMG
|
||||||
|
|||||||
Reference in New Issue
Block a user