summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/actions/setup/action.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/actions/setup/action.yml b/.github/actions/setup/action.yml
index 7e5f0b3..94f6bbb 100644
--- a/.github/actions/setup/action.yml
+++ b/.github/actions/setup/action.yml
@@ -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: |