We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c382b6 commit 4ceb13fCopy full SHA for 4ceb13f
1 file changed
.github/actions/setup/action.yml
@@ -6,8 +6,7 @@ runs:
6
- name: Install pixi
7
uses: prefix-dev/setup-pixi@v0.8.11
8
with:
9
- pixi-version: "v0.49.0"
10
- cache: true
11
- # Frozen is needed as the ref git dependency was not playing nice with a fully locked environment
12
- frozen: true
+ pixi-version: "v0.54.0"
+ cache: false # The self-hosted runners have a local cache
+ locked: true
13
log-level: "v"
0 commit comments