Skip to content

Commit 9e134cb

Browse files
committed
Add missing apt-get update
1 parent 6a27691 commit 9e134cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/sdist.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
python setup.py sdist
2121
- name: Install test dependencies
2222
run: |
23+
sudo apt-get update
2324
sudo apt-get install libxml2-dev libxmlsec1-dev libxmlsec1-openssl opensc softhsm2 libengine-pkcs11-openssl
2425
pip install --upgrade -r requirements-test.txt --no-binary lxml
2526
pip install dist/xmlsec-$(python setup.py --version).tar.gz

0 commit comments

Comments
 (0)