Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 67a314f

Browse files
committedAug 30, 2024··
add dependencies
1 parent 6cb597c commit 67a314f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/workflows/package.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ jobs:
88
steps:
99
- uses: actions/checkout@v4
1010

11+
- name: install dependencies
12+
run: |
13+
sudo apt update
14+
sudo apt install dpkg-dev debhelper
15+
1116
- name: prepare sources
1217
run: |
1318
rm -rf debian

0 commit comments

Comments
 (0)
Please sign in to comment.