Skip to content

Commit

Permalink
Add missing apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathangreen committed Oct 31, 2024
1 parent 6a27691 commit 9e134cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
python setup.py sdist
- name: Install test dependencies
run: |
sudo apt-get update
sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl opensc softhsm2 libengine-pkcs11-openssl
pip install --upgrade -r requirements-test.txt --no-binary lxml
pip install dist/xmlsec-$(python setup.py --version).tar.gz
Expand Down

0 comments on commit 9e134cb

Please sign in to comment.