|
33 | 33 | # Always install deps before invoking checkout action, to properly perform a full clone.
|
34 | 34 | - name: Install build dependencies
|
35 | 35 | run: |
|
36 |
| - dnf install -y bpftool ca-certificates cmake make automake gcc gcc-c++ kernel-devel clang git pkg-config autoconf automake libbpf-devel elfutils-libelf-devel |
| 36 | + dnf install -y bpftool ca-certificates cmake make automake gcc gcc-c++ kernel-devel clang git pkg-config autoconf automake |
37 | 37 |
|
38 | 38 | - name: Checkout
|
39 | 39 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
|
59 | 59 | # Always install deps before invoking checkout action, to properly perform a full clone.
|
60 | 60 | - name: Install build deps
|
61 | 61 | run: |
|
62 |
| - sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool libelf-dev m4 rpm |
| 62 | + sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool m4 rpm |
63 | 63 |
|
64 | 64 | - name: Checkout
|
65 | 65 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
@@ -125,7 +125,7 @@ jobs:
|
125 | 125 | # Always install deps before invoking checkout action, to properly perform a full clone.
|
126 | 126 | - name: Install build deps
|
127 | 127 | run: |
|
128 |
| - sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool libelf-dev m4 rpm |
| 128 | + sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool m4 rpm |
129 | 129 |
|
130 | 130 | - name: Checkout
|
131 | 131 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
@@ -176,7 +176,7 @@ jobs:
|
176 | 176 | # Always install deps before invoking checkout action, to properly perform a full clone.
|
177 | 177 | - name: Install build deps
|
178 | 178 | run: |
|
179 |
| - sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool libelf-dev m4 rpm |
| 179 | + sudo apt update && sudo apt install -y --no-install-recommends ca-certificates cmake curl wget build-essential git pkg-config autoconf automake libtool m4 rpm |
180 | 180 |
|
181 | 181 | - name: Checkout
|
182 | 182 | uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
|
0 commit comments