Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
elysia-best committed Sep 2, 2024
1 parent 6f72fa7 commit 13e5095
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,19 @@ jobs:
ubuntu:
name: Ubuntu
runs-on: ubuntu-latest
container: docker.io/library/debian:trixie
steps:
- name: Checkout Source
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Update repository
run: sudo apt-get update -y

- name: Install the basic dev packages
run: sudo apt-get install -y equivs curl git devscripts lintian build-essential automake autotools-dev cmake g++

- name: Install build dependencies
run: sudo mk-build-deps -i -t "apt-get --yes" -r

- name: Build Package
run: sudo dpkg-buildpackage -b -uc -us -j$(nproc)

0 comments on commit 13e5095

Please sign in to comment.