Skip to content

Commit 5a6e97b

Browse files
committed
Update pixi workflow to use a more recent pixi version
1 parent 47e5f88 commit 5a6e97b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test-pixi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
sudo rm /etc/paths.d/mono-commands
2727

2828
- name : Setup pixi
29-
uses: prefix-dev/setup-pixi@v0.8.1
29+
uses: prefix-dev/setup-pixi@v0.8.4
3030
with:
31-
pixi-version: v0.25.0
31+
pixi-version: v0.44.0
3232
cache: false
3333

3434
- name: Build

0 commit comments

Comments
 (0)