Skip to content

Commit

Permalink
Update deb-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aursulis authored Mar 9, 2024
1 parent bf96b0a commit d54005c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
- uses: actions/checkout@v3

- name: Install build scripts
run: sudo apt-get install -y build-essential debhelper devscripts
run:
sudo apt-get update
sudo apt-get install -y build-essential debhelper devscripts

- name: Build
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit d54005c

Please sign in to comment.