Skip to content

Commit

Permalink
Update PyPI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
radumarias committed Jun 4, 2024
1 parent fdcf39d commit 4ccc2f0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
# target: ppc64le
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update && sudo apt-get install libsodium-dev
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down Expand Up @@ -86,6 +89,9 @@ jobs:
target: aarch64
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: |
brew install libsodium
- uses: actions/setup-python@v5
with:
python-version: '3.10'
Expand Down

0 comments on commit 4ccc2f0

Please sign in to comment.