Skip to content

Commit

Permalink
Fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Jan 30, 2025
1 parent e98331c commit b857b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: /usr/bin/install-dev-tools

- name: Install Dependencies
run: apt update && apt install -y debhelper-compat dh-python python3-dev python3-setuptools devscripts
run: apt update && apt install -y debhelper-compat devscripts

- name: Build deb package
run: >
Expand Down

0 comments on commit b857b2e

Please sign in to comment.