Skip to content

Commit

Permalink
The greatest lie the devil ever told was that whitespace doesn't matter.
Browse files Browse the repository at this point in the history
  • Loading branch information
ampledata committed Jun 24, 2024
1 parent 6c4d70e commit af6a063
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,7 @@ jobs:
# run: sudo apt update -qq

- name: Install Debian Package Building Dependencies
run: sudo apt-get install \
build-essential \
debhelper \
dh-systemd \
libboost-system-dev \
libboost-program-options-dev \
libboost-regex-dev \
libboost-filesystem-dev \
libsoapysdr-dev
run: sudo apt-get install build-essential debhelper dh-systemd libboost-system-dev libboost-program-options-dev libboost-regex-dev libboost-filesystem-dev libsoapysdr-dev

- name: Create Debian Package
run: dpkg-buildpackage -b
Expand Down

0 comments on commit af6a063

Please sign in to comment.