mirror of
https://github.com/EasyTier/EasyTier.git
synced 2026-08-06 12:39:51 +00:00
ci: install LTTng headers for feature checks
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user