Skip to content

Commit 070472a

Browse files
committed
try again
1 parent 7c8ee75 commit 070472a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rust.yml

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

72-
- name: Install libffi7 for LLVM 7
72+
- name: Install dependencies for LLVM 7
7373
if: matrix.os == 'ubuntu-24.04'
7474
run: |
7575
wget -O libffi7.deb http://security.ubuntu.com/ubuntu/pool/universe/libf/libffi7/libffi7_3.3-5ubuntu1_amd64.deb
76-
sudo dpkg -i libffi7.deb || sudo apt-get install -f -y
76+
sudo apt-get update
77+
sudo apt-get install -y ./*.deb
78+
sudo apt-get install -y liblzma-dev
7779
7880
- name: Install LLVM 7
7981
if: contains(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)