Skip to content

Commit 7ef6d56

Browse files
committed
adding dependencies
1 parent 26a6a51 commit 7ef6d56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

+4
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
repository: ${{ github.repository }}
2121
ref: ${{ github.ref }}
2222

23+
- name: Installing Dependencies
24+
run: |
25+
sudo apt install libgtk-4-dev libsqlite3-dev
26+
2327
- name: Building deb package
2428
run: |
2529
cd ${{ github.workspace }}

0 commit comments

Comments
 (0)