There was an error while loading. Please reload this page.
1 parent 2206a5b commit 95bae2bCopy full SHA for 95bae2b
1 file changed
.github/workflows/rust_lint.yml
@@ -36,6 +36,9 @@ jobs:
36
with:
37
components: rustfmt, clippy
38
39
+ - name: Install system dependencies
40
+ run: sudo apt-get update && sudo apt-get install -y libdw-dev
41
+
42
- name: Install just
43
uses: taiki-e/install-action@just
44
0 commit comments