We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dc62c4 commit 8668de9Copy full SHA for 8668de9
.github/workflows/rust.yml
@@ -16,6 +16,8 @@ jobs:
16
17
steps:
18
- uses: actions/checkout@v2
19
+ - name: Install dependencies
20
+ run: sudo apt-get install -y llvm-dev libclang-dev clang
21
- name: Install ${{ matrix.rust-version }}
22
uses: actions-rs/toolchain@v1
23
with:
0 commit comments