Skip to content

Commit

Permalink
Merge pull request #167 from Nitrokey/fix-pip-build-dependency
Browse files Browse the repository at this point in the history
Add libglib2.0 for libgthread
  • Loading branch information
daringer authored Nov 15, 2023
2 parents 8ae5de0 + 3f729e2 commit 3e59d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install required packages
run: |
apt update
apt install -y binutils gcc libpcsclite-dev libusb-1.0-0 make swig
apt install -y binutils gcc libglib2.0-0 libpcsclite-dev libusb-1.0-0 make swig
- name: Create virtual environment
run: |
python -m venv venv
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
- name: Publish release
run: |
. venv/bin/activate
flit --repository pypi publish
flit --repository pypi publish

0 comments on commit 3e59d1f

Please sign in to comment.