Merging upstream version 2.4+really2.4.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f52576e699
commit
be98c20625
458 changed files with 7148 additions and 5151 deletions
9
.github/workflows/appimage.yml
vendored
9
.github/workflows/appimage.yml
vendored
|
@ -1,21 +1,22 @@
|
|||
---
|
||||
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 libdbus-1-dev libhugetlbfs-dev
|
||||
run: sudo apt-get install libjson-c-dev libssl-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