Skip to content

Commit

Permalink
Add python3-scrypt as apt dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed May 13, 2024
1 parent f2b796c commit 2b4f850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
rustup default stable
sudo apt-get update
# Electrum dependencies
sudo apt-get install libsecp256k1-0 python3-setuptools python3-cryptography
sudo apt-get install libsecp256k1-0 python3-setuptools python3-cryptography python3-scrypt
- name: Pip cache
uses: actions/cache@v2
Expand Down

0 comments on commit 2b4f850

Please sign in to comment.