Skip to content

Commit 7931415

Browse files
authored
Add apt-get update
1 parent 282cda9 commit 7931415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v2
1919
- name: Install dependencies
20-
run: apt-get install -y llvm-dev libclang-dev clang
20+
run: apt-get update && apt-get install -y llvm-dev libclang-dev clang
2121
- name: Install ${{ matrix.rust-version }}
2222
uses: actions-rs/toolchain@v1
2323
with:

0 commit comments

Comments
 (0)