diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 14:30:11 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-12-21 14:30:11 -0500 |
| commit | 86a08a38a8a60b6a0de0da62a5d3fa843f6db71f (patch) | |
| tree | 2e7649bb00f6ceed8f6c087de573c873cf753789 /.github/workflows/release.yml | |
| parent | 1836d095f88ff83d9499c1e979362352a1fa400b (diff) | |
Fix empty allocation
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 6 |
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: | |
