summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release-python.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/release-python.yml')
-rw-r--r--.github/workflows/release-python.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/release-python.yml b/.github/workflows/release-python.yml
index 32bf2d0..86dc0de 100644
--- a/.github/workflows/release-python.yml
+++ b/.github/workflows/release-python.yml
@@ -16,6 +16,9 @@ jobs:
name: Build source distribution
runs-on: ubuntu-latest
steps:
+ - name: install libraries
+ run: sudo apt-get install gcc pkg-config libjson-c-dev libssl-dev python3-dev
+
- uses: actions/checkout@v3
- name: Build sdist