From 5003871acc609e88616c103f5ea82e3026a8cd72 Mon Sep 17 00:00:00 2001 From: eitsupi Date: Sat, 21 Oct 2023 14:57:36 +0000 Subject: [PATCH] ci: fix profile --- .github/actions/setup/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup/action.yaml b/.github/actions/setup/action.yaml index a9e4895c4..7a88619c1 100644 --- a/.github/actions/setup/action.yaml +++ b/.github/actions/setup/action.yaml @@ -48,7 +48,7 @@ runs: rustup target add ${{ inputs.target }} - name: Set up Rust pfofile - if: env.RPOLARS_PROFILE != '' + if: env.RPOLARS_PROFILE == '' shell: bash run: | echo "RPOLARS_PROFILE=release" >>"$GITHUB_ENV"