Skip to content

Commit 95bae2b

Browse files
committed
chore(ci): add libdw-dev install step to rust lint workflow
1 parent 2206a5b commit 95bae2b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/rust_lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
with:
3737
components: rustfmt, clippy
3838

39+
- name: Install system dependencies
40+
run: sudo apt-get update && sudo apt-get install -y libdw-dev
41+
3942
- name: Install just
4043
uses: taiki-e/install-action@just
4144

0 commit comments

Comments
 (0)