chore(appimage): use appimage builder from git

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-07-21 13:52:33 +05:00
parent a13c15bc28
commit 4d3499d2c1
5 changed files with 14 additions and 25 deletions

View File

@@ -1,4 +1,4 @@
name: Code and build check
name: Code check
on:
pull_request:
@@ -35,20 +35,3 @@ jobs:
run: |
source .venv/bin/activate
pre-commit run --show-diff-on-failure --color=always --all-files
build-uv:
name: Build with uv
runs-on: ubuntu-latest
steps:
- uses: https://gitea.com/actions/checkout@v4
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v6
with:
enable-cache: true
- name: Sync dependencies
run: uv sync
- name: Build project
run: uv build