Skip to content

Commit

Permalink
Update kyanos-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hengyoush authored Sep 8, 2024
1 parent fe890d7 commit 2b05f3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kyanos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ jobs:
run: |
sudo apt update
sudo apt install -y git
git clone https://mirror.ghproxy.com/github.com/hengyoush/kyanos.git --recursive
sudo apt-get -y install pkg-config
sudo apt install -y libelf-dev
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|sudo apt-key add -
sudo add-apt-repository "deb http://apt.llvm.org/jammy/ llvm-toolchain-jammy-15 main"
sudo apt update
sudo apt install -y clang
pwd
make clean && make

0 comments on commit 2b05f3e

Please sign in to comment.