Skip to content

Commit 8dea175

Browse files
committed
Installing pre reqs
1 parent 93be9c2 commit 8dea175

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build_python_deps_linux.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565

6666
- name: Setup linux
6767
if: matrix.wheel_combinations[0] == 'ubuntu-latest'
68-
run: sudo apt-get install setuptools_rust
68+
run: |
69+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
70+
sudo apt-get install -y libffi-dev
6971
7072
- name: Download and Untar File - Windows
7173
if: matrix.wheel_combinations[0] == 'windows-latest'

0 commit comments

Comments
 (0)