Skip to content

Commit f1c596b

Browse files
committed
More deps
1 parent 275c547 commit f1c596b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/rust.yml

+6
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,12 @@ jobs:
6969
- name: Add rustup components
7070
run: rustup component add rustfmt clippy
7171

72+
- name: Install libffi7 for LLVM 7
73+
if: matrix.os == 'ubuntu-24.04'
74+
run: |
75+
wget http://archive.ubuntu.com/ubuntu/pool/universe/libf/libffi/libffi7_3.3-4_amd64.deb
76+
sudo dpkg -i libffi7_3.3-4_amd64.deb
77+
7278
- name: Install LLVM 7
7379
if: contains(matrix.os, 'ubuntu')
7480
run: |

0 commit comments

Comments
 (0)