From 32795c977dfc8969219be0e6a4c4e5221f121126 Mon Sep 17 00:00:00 2001 From: Alessandro Gario Date: Mon, 25 Dec 2023 15:55:52 +0100 Subject: [PATCH] temp --- .github/workflows/posix_build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/posix_build.yml b/.github/workflows/posix_build.yml index eedc464..fa42645 100644 --- a/.github/workflows/posix_build.yml +++ b/.github/workflows/posix_build.yml @@ -23,12 +23,12 @@ jobs: run: | ./.github/workflows/scripts/install_rust.sh - - name: Setup the command line build arguments - id: build_type - run: | - if [[ "${{ matrix.build_type }}" == "Release" ]]; then - echo "VALUE=--release" >> $GITHUB_OUTPUT - fi + - name: Setup the command line build arguments + id: build_type + run: | + if [[ "${{ matrix.build_type }}" == "Release" ]]; then + echo "VALUE=--release" >> $GITHUB_OUTPUT + fi - name: Build the project run: |