Skip to content

Commit

Permalink
Update ubuntu-latest.yml
Browse files Browse the repository at this point in the history
Add 'apt-get update' for debian build.
  • Loading branch information
epasveer authored Mar 9, 2024
1 parent d6235fe commit eeb2d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ jobs:

- name: Install build dependencies
run: |
sudu apt-get update
sudo apt-get -y install devscripts build-essential dpkg-dev equivs
sudo mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control
Expand Down

0 comments on commit eeb2d31

Please sign in to comment.