Skip to content

Commit

Permalink
fix: should be dir
Browse files Browse the repository at this point in the history
  • Loading branch information
tdejager committed Oct 10, 2024
1 parent 9ccf628 commit c098677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rattler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
env:
TARGET_PLATFORM: ${{ matrix.target }}
run: |
pixi r -e build-self rattler-build build --output=$RUNNER_TEMP --target-platform=${{ env.TARGET_PLATFORM }} --no-include-recipe --experimental
pixi r -e build-self rattler-build build --output-dir=$RUNNER_TEMP --target-platform=${{ env.TARGET_PLATFORM }} --no-include-recipe --experimental

0 comments on commit c098677

Please sign in to comment.