diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d1bd79e9a..234128fa4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,8 +140,8 @@ jobs: - name: Build GTK4 if: matrix.gtk-version == '4' run: > # Use -j2 option to prevent out of memory errors with GitHub Action runners - poetry run gvsbuild build --ninja-opts -j2 --enable-gi cairo gtk4 libadwaita - gtksourceview5 gobject-introspection adwaita-icon-theme hicolor-icon-theme + poetry run gvsbuild build --ninja-opts -j2 --enable-gi --py-wheel cairo gtk4 + libadwaita gtksourceview5 gobject-introspection adwaita-icon-theme - name: Restore git binary run: | Move-Item "C:\Program Files\Git\usr\notbin" "C:\Program Files\Git\usr\bin"