From 7d37bcc3e18da8cd3d22196b24aa9399684b3fc2 Mon Sep 17 00:00:00 2001 From: Dimitri Gnidash Date: Tue, 24 Sep 2024 12:48:01 -0400 Subject: [PATCH] #0: Use the correct arg --- .github/workflows/build-artifact.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-artifact.yaml b/.github/workflows/build-artifact.yaml index 7b0bda2a39b..4c651efc6fa 100644 --- a/.github/workflows/build-artifact.yaml +++ b/.github/workflows/build-artifact.yaml @@ -90,7 +90,7 @@ jobs: docker_password: ${{ secrets.GITHUB_TOKEN }} docker_opts: | -e ARCH_NAME=${{ matrix.arch }} - run: | + run_args: | nice -n 19 cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=${{ inputs.build-type }} -DENABLE_TRACY=${{ inputs.tracy }} nice -n 19 cmake --build build --target tests nice -n 19 cmake --build build --target install