summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2022-09-10 13:40:06 -0700
committerJames R. Barlow <james@purplerock.ca>2022-09-10 13:40:06 -0700
commitc85965287768f7bf0f620dfed791147ec8f04a30 (patch)
treef30d9cfd4b5dbea516db404f1e30663bfb9fba6a /.github
parentafae036b206955d7efdb78d3de9c0493df83bcf4 (diff)
ci: build sdist against qpdf master
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0dbd4ef..aeb3275 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
run: >
pipx run
--python /usr/bin/python3
- --spec cibuildwheel==2.8.1
+ --spec cibuildwheel==2.9.0
cibuildwheel
.
--output-dir wheelhouse
@@ -179,7 +179,7 @@ jobs:
- name: Install apt packages
run: |
sudo apt-get update
- sudo apt-get install -y jbig2dec lcov libexempi8 poppler-utils
+ sudo apt-get install -y cmake jbig2dec lcov libexempi8 poppler-utils
- name: Install tomli and read environment from pyproject.toml
run: |