Testing...
Some checks failed
build-debian-package / Build the debian package (push) Failing after 36s
Word Count / count-words (push) Failing after 1m1s

This commit is contained in:
2026-04-17 10:22:23 +02:00
parent aa704577ad
commit ea9479628c

View File

@@ -8,8 +8,6 @@ jobs:
build: build:
name: Build the debian package name: Build the debian package
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: quay.io/buildah/stable
steps: steps:
- name: "Git clone" - name: "Git clone"
@@ -18,7 +16,9 @@ jobs:
run: git checkout "${{ gitea.sha }}" run: git checkout "${{ gitea.sha }}"
- name: "Submodules auschecken" - name: "Submodules auschecken"
run: git submodule update --init run: git submodule update --init
- uses: docker://pandoc/core:3.8
with:
args: "--help" # gets appended to pandoc command
- name: "Build .deb" - name: "Build .deb"
run: cd ./Defensio && ./pandoc.sh run: cd ./Defensio && ./pandoc.sh
- name: "Create release" - name: "Create release"