From adf95584f72764f64f78db59dc386bc3acbfb3ac Mon Sep 17 00:00:00 2001 From: Dan Yeaw Date: Mon, 18 Oct 2021 20:38:52 -0400 Subject: [PATCH] Add gtksourceview to CI build --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f30bbe013..0ee9e19c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,10 @@ jobs: shell: cmd - name: Build - run: python .\build.py build -p=x64 --vs-ver=16 --msys-dir=C:\msys64 --enable-gi --py-wheel --gtk3-ver=3.24 gtk3 graphene gobject-introspection pycairo pygobject adwaita-icon-theme hicolor-icon-theme + run: > + python .\build.py build -p=x64 --vs-ver=16 --msys-dir=C:\msys64 --enable-gi + --py-wheel --gtk3-ver=3.24 gtk3 graphene gobject-introspection pycairo + pygobject adwaita-icon-theme hicolor-icon-theme gtksourceview - name: Copy wheels to the build directory if: steps.cache.outputs.cache-hit != 'true'