Skip to content

Commit

Permalink
Add apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
iguessthislldo committed Dec 12, 2021
1 parent 04e21d5 commit 6d7dd5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:

steps:
- name: Install Ubuntu Packages
run: sudo apt-get install debhelper lintian
run: |
sudo apt-get update
sudo apt-get install debhelper lintian
- name: Checkout OpenDDS-Debian
uses: actions/checkout@v2
Expand Down

0 comments on commit 6d7dd5d

Please sign in to comment.