Skip to content

Commit

Permalink
ci: fix profile
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi committed Oct 21, 2023
1 parent 17ee014 commit 5003871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5003871

Please sign in to comment.