mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-01 22:47:46 +00:00
fix(ci): use sudo.
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
parent
004e93f19f
commit
b3aec1967b
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -11,10 +11,10 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Update base image
|
||||
run: apt update -y
|
||||
run: sudo apt update -y
|
||||
|
||||
- name: Install build dependencies
|
||||
run: DEBIAN_FRONTEND=noninteractive apt install libjq-dev libyaml-cpp-dev libelf-dev cmake build-essential git -y
|
||||
run: sudo DEBIAN_FRONTEND=noninteractive apt install libjq-dev libyaml-cpp-dev libelf-dev cmake build-essential git -y
|
||||
|
||||
- name: Prepare project
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user