| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-03-10 17:44:19 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2026-03-10 17:44:19 UTC |
| parent | 2c3b3e5d5dc617b17d1404cdc5bf26c1ca1c2723 |
| .github/workflows/build.yml | +1 | -1 |
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 567ac4b..1e1fb01 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: - name: Build run: | - make + make -j$(nproc) cd cpp && make clean - name: libborogove Artifact