Skip to content

Commit 01a6391

Browse files
committed
change bpftrace pull directory from tmp to opt
1 parent 15e8bff commit 01a6391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-bpftrace.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
repository: "bpftrace/bpftrace"
3939
submodules: 'recursive'
40-
path: '/tmp/bpftrace'
40+
path: '/opt/bpftrace'
4141
- name: Build and install runtime (with llvm-jit)
4242
if: ${{matrix.enable_jit}}
4343
run: |
@@ -49,7 +49,7 @@ jobs:
4949
- name: Build and install bpftrace
5050
if: ${{!matrix.enable_jit}}
5151
run: |
52-
cd /tmp/bpftrace
52+
cd /opt/bpftrace
5353
cmake -B /bpftrace -DBUILD_TESTING=OFF
5454
make -C /bpftrace -j$(nproc)
5555
cd -

0 commit comments

Comments
 (0)