From c53f02b35c6da60e5547f83fea60ae0592296a69 Mon Sep 17 00:00:00 2001 From: EinTim Date: Sat, 3 May 2025 23:23:04 +0200 Subject: [PATCH] Revert the change --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e4bdb58..4966df5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release - name: Build the project - run: cmake --build build --config Release -j + run: cmake --build build --config Release - name: Download linuxdeploy run: | @@ -85,7 +85,7 @@ jobs: run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release - name: Build the project - run: cmake --build build --config Release -j + run: cmake --build build --config Release - name: Upload Windows artifact uses: actions/upload-artifact@v4 @@ -112,7 +112,7 @@ jobs: run: cmake -B build -S . -DCMAKE_BUILD_TYPE=Release - name: Build the project - run: cmake --build build --config Release -j + run: cmake --build build --config Release - name: Create DMG package run: |