back to ubuntu
Some checks failed
Build and Deploy Debian Package / build-package (push) Failing after 21s
Some checks failed
Build and Deploy Debian Package / build-package (push) Failing after 21s
This commit is contained in:
parent
d72596fe04
commit
d6890b19e3
1 changed files with 1 additions and 13 deletions
|
@ -9,23 +9,11 @@ jobs:
|
||||||
build-package:
|
build-package:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: debian:bookworm
|
image: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Setup Debian Packaging
|
|
||||||
run: |
|
|
||||||
apt-get update
|
|
||||||
apt-get install -y \
|
|
||||||
devscripts \
|
|
||||||
debhelper \
|
|
||||||
dh-python \
|
|
||||||
python3-all \
|
|
||||||
build-essential \
|
|
||||||
git \
|
|
||||||
curl
|
|
||||||
|
|
||||||
- name: Parse distribution
|
- name: Parse distribution
|
||||||
run: |
|
run: |
|
||||||
if [[ "$GITHUB_REF_NAME" == *"@stable"* ]]; then
|
if [[ "$GITHUB_REF_NAME" == *"@stable"* ]]; then
|
||||||
|
|
Loading…
Reference in a new issue