Adding upstream version 2.4+really2.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
69f45f5c7c
commit
85727a4155
458 changed files with 5141 additions and 7138 deletions
9
.github/workflows/appimage.yml
vendored
9
.github/workflows/appimage.yml
vendored
|
@ -1,22 +1,21 @@
|
|||
---
|
||||
name: appimage
|
||||
name: AppImage
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [master]
|
||||
branches: [ master ]
|
||||
env:
|
||||
DESTDIR: ../AppDir
|
||||
|
||||
jobs:
|
||||
build-appimage:
|
||||
name: build AppImage
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: install dependencies
|
||||
run: sudo apt-get install libjson-c-dev libssl-dev libdbus-1-dev libhugetlbfs-dev
|
||||
run: sudo apt-get install libjson-c-dev libdbus-1-dev libhugetlbfs-dev
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue