ci: install LTTng headers for feature checks

This commit is contained in:
fanyang
2026-06-30 09:30:12 +08:00
parent 12bfb8dbec
commit 7a9b3d7b28
+5
View File
@@ -51,6 +51,11 @@ jobs:
pnpm: true
token: ${{ secrets.GITHUB_TOKEN }}
- name: Install LTTng UST headers
run: |
sudo apt-get update
sudo apt-get install -y liblttng-ust-dev
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
components: rustfmt,clippy