Skip to content

Commit

Permalink
fixup! ci: Build package on Ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
VJanKraemer committed Aug 7, 2024
1 parent c027aee commit e44340b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/package-debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ jobs:
submodules: true
- name: Install build dependencies
run: sudo apt install -y debhelper dpkg-dev devscripts dh-make
- name: Install cmake
run: |
sh ./.github/actions/fetch_cmake.sh
- name: Build
id: build
env:
Expand Down

0 comments on commit e44340b

Please sign in to comment.