Skip to content

Commit

Permalink
Build PyGObject and pycairo so wheels are generated
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Feb 19, 2024
1 parent e799f17 commit 4a6cfa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,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 --py-wheel cairo gtk4
libadwaita gtksourceview5 gobject-introspection adwaita-icon-theme
poetry run gvsbuild build --ninja-opts -j2 --enable-gi --py-wheel gobject-introspection
gtk4 libadwaita gtksourceview5 pygobject pycairo adwaita-icon-theme
- name: Restore git binary
run: |
Move-Item "C:\Program Files\Git\usr\notbin" "C:\Program Files\Git\usr\bin"
Expand Down

0 comments on commit 4a6cfa2

Please sign in to comment.