From d8301402ae649b7ce9997db93756521eaed94891 Mon Sep 17 00:00:00 2001 From: Adam Dinwoodie Date: Wed, 1 Nov 2023 15:38:30 +0000 Subject: [PATCH] Add python-devel packages I'm not sure these will help, but at the very least they should silence the warnings about not being able to find python3-config. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2aed741..b33d534 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,4 +5,4 @@ jobs: uses: cygporter/workflows/.github/workflows/build-test.yml@v1 with: cygport_file: python-flask.cygport - bootstrap_packages: cygport python38-wheel python39-wheel + bootstrap_packages: cygport python38-wheel python39-wheel python38-devel python39-devel