Skip to content

Commit

Permalink
Fix wheels not built during release
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw authored and pbor committed Feb 18, 2024
1 parent ccd75d9 commit f20c2a7
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 @@ -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"
Expand Down

0 comments on commit f20c2a7

Please sign in to comment.