From 46da0898a1d86e8dfb4dbac3d372f7bb84f67804 Mon Sep 17 00:00:00 2001 From: Piotr Macha Date: Mon, 3 Jun 2024 08:01:28 +0200 Subject: [PATCH] Fix GitHub Actions --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index eb99133..0620225 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -56,7 +56,7 @@ jobs: - name: CMake Configure run: cmake --preset ${{ inputs.cmake-preset }} - name: CMake Build - run: cmake --preset ${{ inputs.cmake-preset }} --build out/build/${{ inputs.cmake-preset }} --target all -j 10 + run: cmake --preset ${{ inputs.cmake-preset }} --build out/build/${{ inputs.cmake-preset }} --target all - name: CMake Install run: cmake --install out/build/${{ inputs.cmake-preset }} --prefix out/install/${{ inputs.cmake-preset }} - name: Archive DLL