Skip to content

Commit

Permalink
Make use of multiple threads for gtk4 target in GitHub runner
Browse files Browse the repository at this point in the history
  • Loading branch information
stuarthayhurst committed Jun 15, 2023
1 parent ae3d19a commit 3b8198c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-system.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Check GTK 4 UI generation works
run: |
echo "echo \$@" | sudo tee /usr/bin/gtk-builder-tool; sudo chmod +x /usr/bin/gtk-builder-tool
make gtk4
make gtk4 "-j$(nproc)"
- name: Test extension builds from current state
run: |
Expand Down

0 comments on commit 3b8198c

Please sign in to comment.