Skip to content

Commit 79f3d9a

Browse files
committed
chore: Use temp location for pixi
1 parent 6ee1018 commit 79f3d9a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/actions/setup/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ runs:
44
using: "composite"
55
steps:
66
- name: Install pixi
7-
uses: prefix-dev/setup-pixi@v0.8.11
7+
uses: prefix-dev/setup-pixi@v0.9.1
88
with:
99
pixi-version: "v0.54.0"
1010
cache: false # The self-hosted runners have a local cache
1111
locked: true
1212
log-level: "v"
13+
post-cleanup: true
14+
pixi-bin-path: ${{ runner.temp }}/bin/pixi

0 commit comments

Comments
 (0)