Skip to content

Commit

Permalink
fix: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Oct 10, 2024
1 parent 18893a4 commit bf49758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rattler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
with:
pixi-version: v0.32.1
cache: true
environments: build-self
- name: Run rattler-build
env:
TARGET_PLATFORM: ${{ matrix.target }}
run: |
pixi -e build-self rattler-build build --output ${{ env.RUNNER_TEMP }} --target-platform ${{ env.TARGET_PLATFORM }} --no-include-recipe --experimental
pixi --env build-self rattler-build build --output ${{ env.RUNNER_TEMP }} --target-platform ${{ env.TARGET_PLATFORM }} --no-include-recipe --experimental

0 comments on commit bf49758

Please sign in to comment.