Skip to content

Commit

Permalink
github: ensure we update the apt repo before we install packages
Browse files Browse the repository at this point in the history
Failure to update the apt repo could result in missing packages on
the remote apt repo server.

Signed-off-by: Paul Moore <[email protected]>
  • Loading branch information
pcmoore committed Mar 15, 2022
1 parent bc27ed0 commit 7a28dfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ description: "Install dependencies and configure libseccomp"
runs:
using: "composite"
steps:
- run: sudo apt-get update
shell: bash
- run: sudo apt-get install -y build-essential valgrind clang-tools lcov gperf astyle codespell
shell: bash
- run: |
Expand Down

0 comments on commit 7a28dfa

Please sign in to comment.