summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2022-06-21 23:22:43 -0700
committerJames R. Barlow <james@purplerock.ca>2022-06-21 23:22:43 -0700
commit0eda040adeb84873667be6e5239695cdcb65e09d (patch)
treed46da56b0c4cfca1c1dde4ee749e778ad72a4547 /.github
parent5514b4b49e3f79b486f73968ad0bb144df4a53d2 (diff)
build: run sdist on ubuntu-22.04 and add libexempi for better coverage
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 57a703b..8c26bdb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -127,7 +127,7 @@ jobs:
sdist:
name: 🏗 source distribution
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
@@ -141,7 +141,7 @@ jobs:
- name: Install apt packages
run: |
sudo apt-get update
- sudo apt-get install -y jbig2dec lcov
+ sudo apt-get install -y jbig2dec lcov libexempi8
- name: Install tomli and read environment from pyproject.toml
run: |