Skip to content

Commit

Permalink
added missing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noah1510 committed Jul 7, 2020
1 parent 80ddf06 commit 2e3d1ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install dependencies
run: sudo apt install debhelper valac libgtk-3-dev libgee-0.8-dev libjson-glib-dev libvte-2.91-dev lsb-release
run: sudo apt install debhelper valac libgtk-3-dev libgee-0.8-dev libjson-glib-dev libvte-2.91-dev lsb-release dh-make devscripts build-essential
- name: automatic debuild
run: debuild

0 comments on commit 2e3d1ec

Please sign in to comment.