Skip to content

Commit

Permalink
Update ubuntu-latest.yml
Browse files Browse the repository at this point in the history
Fix 'sudu' typo.
  • Loading branch information
epasveer authored Mar 9, 2024
1 parent eeb2d31 commit 314500c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Install build dependencies
run: |
sudu apt-get update
sudo 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 314500c

Please sign in to comment.