Skip to content

Commit

Permalink
Fixup build for debian.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Sep 21, 2023
1 parent bdbf4ac commit a0184c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/debian-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
- name: Install system dependencies
run: |
apt-get update
apt-get install -y build-essential apt-utils dpkg-sig python3-pip python3-venv python3-pillow ruby ruby-dev rubygems git zlib1g-dev
apt-get install -y build-essential apt-utils python3-pip python3-venv python3-pillow ruby ruby-dev rubygems git zlib1g-dev
apt-get install -y dpkg-sig || true
apt-get install -y debdelta || true
python3 -m pip install virtualenv-tools3 wheel
gem install --no-document fpm
Expand Down
1 change: 1 addition & 0 deletions build_deb_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ cp qmk/*.deb deb_repo/deb
cd deb_repo

# Sign the packages
export PATH="$PATH:/usr/share/debdelta"
dpkg-sig -s builder -k 305A22FBF6427314212C61E88B748CC185DF5DA1 deb/*.deb

# Build the repo metadata
Expand Down

0 comments on commit a0184c9

Please sign in to comment.