Closed Hofer-Julian closed 1 year ago
The versions that you should use are the tag names of the pixi repo.
The regex I used was v\d+\.\d+\.\d+|latest
.
If you use
- uses: prefix-dev/setup-pixi@v0.2.0
with:
pixi-version: v0.2.0
cache: true
it should work. But yeah, the error message could be improved.
I see. Maybe the example in the README should then be adjusted? :)
Oh I didn't check that the examples in the readme actually work 😅 I only checked this
The error message looks like this now:
When trying a sightly simplified example from the README
I get the following error:
Setting it to "latest" works fine so I guess something is broken with the regex: