Skip to content

Commit

Permalink
chore: Backport #4255 to web (#4256)
Browse files Browse the repository at this point in the history
Co-authored-by: eitsupi <[email protected]>
  • Loading branch information
prql-bot and eitsupi authored Feb 26, 2024
1 parent 078a941 commit a707640
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/actions/build-prqlc/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ runs:
# even at the cost of slighly less efficiency.)
args:
--profile=${{ inputs.profile }} --locked --target=${{ inputs.target }}
--no-default-features --features=${{ inputs.features }} ${{
contains(inputs.target, 'musl') && '--package=prqlc' ||
'--all-targets' }}
--features=${{ inputs.features }} ${{ contains(inputs.target, 'musl')
&& '--package=prqlc' || '--all-targets' }}

- name: Create artifact for Linux and macOS
shell: bash
Expand Down

0 comments on commit a707640

Please sign in to comment.