We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc43b3 commit 6224a62Copy full SHA for 6224a62
1 file changed
.github/workflows/test.yaml
@@ -18,6 +18,8 @@ jobs:
18
runs-on: ${{ matrix.os }}
19
20
steps:
21
+ - uses: actions-rust-lang/setup-rust-toolchain@v1
22
+
23
- name: check bpf
24
run: |
25
cat /boot/config-$(uname -r) | grep BPF
@@ -26,7 +28,6 @@ jobs:
26
28
27
29
sudo apt-get update
30
sudo apt-get install -y gcc clang llvm libbpf-dev zlib1g-dev libelf-dev autopoint pkg-config flex bison
- curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
31
git clone --recurse-submodules https://github.com/libbpf/bpftool.git
32
cd bpftool/src
33
make
@@ -40,7 +41,6 @@ jobs:
40
41
42
- name: build and install
43
- . "$HOME/.cargo/env"
44
sudo ./install.sh
45
trace_v3 install
46
0 commit comments