mirror of
https://github.com/readest/readest.git
synced 2026-05-19 16:27:13 +00:00
chore: fix aarch64 linux build
This commit is contained in:
parent
e77c377839
commit
48ef2d634f
1 changed files with 1 additions and 8 deletions
9
.github/workflows/release.yml
vendored
9
.github/workflows/release.yml
vendored
|
|
@ -2,12 +2,6 @@ name: Release Readest
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
test_ubuntu_arm:
|
||||
description: 'Run only ubuntu-22.04-arm'
|
||||
required: false
|
||||
default: true
|
||||
type: boolean
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
|
|
@ -83,7 +77,6 @@ jobs:
|
|||
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
timeout-minutes: 30
|
||||
if: ${{ github.event.inputs.test_arm_only }} != 'true' || matrix.config.os == 'ubuntu-22.04-arm'
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
@ -131,7 +124,7 @@ jobs:
|
|||
if: contains(matrix.config.os, 'ubuntu')
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y pkg-config libfontconfig-dev libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
|
||||
sudo apt-get install -y pkg-config libfontconfig-dev libgtk-3-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf xdg-utils
|
||||
|
||||
- uses: tauri-apps/tauri-action@v0
|
||||
env:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue