File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -28,12 +28,11 @@ permissions:
28
28
jobs :
29
29
analyze :
30
30
name : Analyze
31
- runs-on : ubuntu-latest
31
+ runs-on : ' ubuntu-22.04 '
32
32
permissions :
33
33
actions : read
34
34
contents : read
35
35
security-events : write
36
-
37
36
strategy :
38
37
fail-fast : false
39
38
matrix :
61
60
62
61
- name : Install the build dependency
63
62
run : |
64
- sudo apt-get update -y
65
- sudo apt-get install -y sudo git gcc meson python3 python3-pyelftools pkg-config libnuma-dev libjson-c-dev libpcap-dev libgtest-dev libsdl2-dev libsdl2-ttf-dev libssl-dev
66
- sudo apt-get install -y dpdk-dev
67
- sudo apt-get install -y systemtap-sdt-dev
63
+ sudo apt-get update --fix-missing -y
64
+ sudo apt-get install --no-install-recommends -y sudo git gcc meson python3 python3-pyelftools pkg-config libnuma-dev libjson-c-dev libpcap-dev libgtest-dev libsdl2-dev libsdl2-ttf-dev libssl-dev llvm clang
65
+ sudo apt-get install --no-install-recommends -y dpdk-dev systemtap-sdt-dev software-properties-common
68
66
69
67
- name : Git config
70
68
run : |
You can’t perform that action at this time.
0 commit comments