Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
menglongdong authored Nov 23, 2023
1 parent d1d8f8e commit 53ddb4b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: apt-update
run: sudo apt update
- name: prepare
run: sudo apt install python3 python3-yaml libelf-dev libbpf-dev linux-headers-`uname -r` clang llvm gcc linux-tools-`uname -r` linux-tools-generic -y
- name: make
Expand All @@ -24,6 +26,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: apt-update
run: sudo apt update
- name: prepare
run: sudo apt install python3 python3-yaml libelf-dev libbpf-dev linux-headers-`uname -r` clang llvm gcc linux-tools-`uname -r` linux-tools-generic -y
- name: make
Expand Down

0 comments on commit 53ddb4b

Please sign in to comment.