Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Aug 9, 2021
1 parent 8afc995 commit b4d9162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
profile: minimal
toolchain: nightly
override: true
- run: apt update && apt install libffi libffi-dev -y
- run: apt update && apt install libffi-dev -y
- run: /opt/python/${{ matrix.python-path }}/bin/python -m venv .venv
- run: .venv/bin/pip install -U pip wheel
- run: .venv/bin/pip install -U twine maturin
Expand Down

0 comments on commit b4d9162

Please sign in to comment.