modify install samply

This commit is contained in:
houseme
2025-05-28 16:18:01 +08:00
parent 4aaeff8e4c
commit 2a802acfe0
+3 -1
View File
@@ -17,7 +17,9 @@ jobs:
~/.cargo/git ~/.cargo/git
target target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- run: cargo install samply - uses: taiki-e/cache-cargo-install-action@v2
with:
tool: samply
- run: echo '1' | sudo tee /proc/sys/kernel/perf_event_paranoid - run: echo '1' | sudo tee /proc/sys/kernel/perf_event_paranoid
- name: Create test volumes - name: Create test volumes
run: | run: |