We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 282cda9 commit 7931415Copy full SHA for 7931415
.github/workflows/rust.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- uses: actions/checkout@v2
19
- name: Install dependencies
20
- run: apt-get install -y llvm-dev libclang-dev clang
+ run: apt-get update && 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