aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-21 14:30:11 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-21 14:30:11 -0500
commit86a08a38a8a60b6a0de0da62a5d3fa843f6db71f (patch)
tree2e7649bb00f6ceed8f6c087de573c873cf753789 /.github/workflows
parent1836d095f88ff83d9499c1e979362352a1fa400b (diff)
Fix empty allocation
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 234d0685..d153774f 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
- name: Build
run: |
make clean
- make
+ make -j
- name: Package
run: |
@@ -58,7 +58,7 @@ jobs:
- name: Build
run: |
make clean
- make
+ make -j
- name: Package
run: |
@@ -87,7 +87,7 @@ jobs:
- name: Build
run: |
make clean
- make
+ make -j
- name: Package
run: |