Skip to content

Commit

Permalink
Update system_cpu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertxu216 authored Nov 30, 2023
1 parent 9610268 commit f7d6951
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/system_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uname -r
./run.sh
libbpf_sar-project-build-and-test:
cpu_watcher-project-build-and-test:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
Expand All @@ -115,8 +115,8 @@ jobs:
sudo apt install libbpf-dev clang llvm libelf-dev libpcap-dev gcc-multilib build-essential
git submodule update --init --recursive
- name: Run libbpf_sar
- name: Run cpu_watcher
run: |
cd eBPF_Supermarket/CPU_Subsystem/cpu_watcher
make libbpf_sar
make cpu_wacher
sudo ./cpuwatcher -c

0 comments on commit f7d6951

Please sign in to comment.