Skip to content

Commit

Permalink
Set RATTLER_BUILD_COLOR to always, update to rattler-build 0.12.0 (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Feb 27, 2024
1 parent 10c8f98 commit be23933
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
rattler-build-version:
description: Version of rattler-build to use
required: false
default: 'v0.11.0'
default: 'v0.12.0'
recipe-path:
description: Path to the recipe.yaml file
required: true
Expand Down Expand Up @@ -67,13 +67,15 @@ runs:
rattler-build build --recipe "${{ inputs.recipe-path }}" ${{ inputs.build-args }}
env:
RATTLER_BUILD_ENABLE_GITHUB_INTEGRATION: 'true'
RATTLER_BUILD_COLOR: 'always'
- name: Build conda package (Windows)
shell: powershell
if: ${{ runner.os == 'Windows' }}
run: |
rattler-build build --recipe "${{ inputs.recipe-path }}" ${{ inputs.build-args }}
env:
RATTLER_BUILD_ENABLE_GITHUB_INTEGRATION: 'true'
RATTLER_BUILD_COLOR: 'always'
- name: Upload build artifacts
uses: actions/upload-artifact@v4
if: ${{ inputs.upload-artifact == 'true' }}
Expand Down

0 comments on commit be23933

Please sign in to comment.