Skip to content

Commit

Permalink
install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen committed Aug 6, 2024
1 parent 86d1193 commit a10e6ca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build-deb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ jobs:
uses: actions/checkout@v2

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y dpkg-dev
run: |
sudo apt-get update
sudo apt-get install -y \
dpkg-dev \
devscripts \
build-essential \
lintian
- name: Check Directory
run: |
Expand Down

0 comments on commit a10e6ca

Please sign in to comment.