Skip to content

Commit

Permalink
Ensure libsodium is installed on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Jun 13, 2024
1 parent 76ac14b commit 08a1e08
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ jobs:
cache: 'pip'
- run: python -m pip install -r requirements.txt
- name: Run unit tests
run: python run_all_tests.py -a
run: |
cp /System/Volumes/Data/opt/homebrew/lib/libsodium.dylib libsodium.dylib
python run_all_tests.py -a

0 comments on commit 08a1e08

Please sign in to comment.