Skip to content

Commit

Permalink
Installing pre reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorguidi committed May 15, 2024
1 parent 93be9c2 commit 8dea175
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_python_deps_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ jobs:

- name: Setup linux
if: matrix.wheel_combinations[0] == 'ubuntu-latest'
run: sudo apt-get install setuptools_rust
run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
sudo apt-get install -y libffi-dev
- name: Download and Untar File - Windows
if: matrix.wheel_combinations[0] == 'windows-latest'
Expand Down

0 comments on commit 8dea175

Please sign in to comment.