Skip to content

Commit

Permalink
Add comment to explain -j2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danyeaw committed Dec 6, 2022
1 parent 256de52 commit b8e9bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
glib-networking
- name: Build GTK4
if: matrix.gtk-version == '4'
run: >
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
- name: Restore git binary
Expand Down

0 comments on commit b8e9bc9

Please sign in to comment.