Skip to content

Commit b0e3115

Browse files
committed
Fix CI failures.
1 parent 361cb1b commit b0e3115

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- "aarch64-unknown-linux-musl"
2626
- "aarch64-unknown-linux-gnu"
2727
steps:
28+
- name: Update sources
29+
run: sudo apt update
2830
- name: Install bindgen dependencies
2931
run: sudo apt install llvm-dev libclang-dev clang
3032
- name: Install libc6-dev-i386
@@ -73,6 +75,8 @@ jobs:
7375
- "i686-unknown-linux-gnu"
7476
- "i686-unknown-linux-musl"
7577
steps:
78+
- name: Update sources
79+
run: sudo apt update
7680
- name: Install target dependencies
7781
run: sudo apt install libc6-dev-i386
7882
if: ${{ contains(matrix.target, 'i686') }}

0 commit comments

Comments
 (0)