🔀 merge main

This commit is contained in:
Tw93
2025-03-25 20:35:13 +08:00
57 changed files with 656 additions and 492 deletions

View File

@@ -10,7 +10,7 @@ on:
options:
- 'windows-latest'
- 'macos-latest'
- 'ubuntu-20.04'
- 'ubuntu-24.04'
url:
description: 'URL'
required: true
@@ -69,8 +69,8 @@ jobs:
with:
node-version: 18
- name: Install Rust for ubuntu-20.04
if: inputs.platform == 'ubuntu-20.04'
- name: Install Rust for ubuntu-24.04
if: inputs.platform == 'ubuntu-24.04'
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
@@ -91,10 +91,10 @@ jobs:
target: x86_64-apple-darwin
- name: Install dependencies (ubuntu only)
if: inputs.platform == 'ubuntu-20.04'
if: inputs.platform == 'ubuntu-24.04'
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra
packages: libsoup3.0-dev libdbus-1-dev libjavascriptcoregtk-4.1-dev libwebkit2gtk-4.1-dev build-essential curl wget file libxdo-dev libssl-dev libgtk-3-dev libayatana-appindicator3-dev librsvg2-dev gnome-video-effects gnome-video-effects-extra
version: 1.1
- name: Install pake-cli local
@@ -133,6 +133,9 @@ jobs:
FULLSCREEN: ${{ inputs.fullscreen }}
MULTI_ARCH: ${{ inputs.multi_arch }}
TARGETS: ${{ inputs.targets }}
PKG_CONFIG_PATH: /usr/lib/x86_64-linux-gnu/pkgconfig:/usr/share/pkgconfig
PKG_CONFIG_ALLOW_SYSTEM_LIBS: 1
PKG_CONFIG_ALLOW_SYSTEM_CFLAGS: 1
- name: Upload archive
uses: actions/upload-artifact@v4