Skip to content

Commit

Permalink
adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BhJaipal committed Oct 23, 2024
1 parent 26a6a51 commit 7ef6d56
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
repository: ${{ github.repository }}
ref: ${{ github.ref }}

- name: Installing Dependencies
run: |
sudo apt install libgtk-4-dev libsqlite3-dev
- name: Building deb package
run: |
cd ${{ github.workspace }}
Expand Down

0 comments on commit 7ef6d56

Please sign in to comment.