We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ecb7f1 commit 02f03a0Copy full SHA for 02f03a0
.github/workflows/macos-linux-windows-pixi.yml
@@ -68,7 +68,7 @@ jobs:
68
key: ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-${{ github.sha }}
69
restore-keys: ccache-macos-linux-windows-pixi-${{ matrix.os }}-${{ matrix.build_type }}-${{ matrix.cxx_options }}-${{ matrix.environment }}-
70
71
- - uses: prefix-dev/setup-pixi@v0.8.14
+ - uses: prefix-dev/setup-pixi@v0.9.0
72
with:
73
cache: true
74
environments: ${{ matrix.environment }}
.github/workflows/update_pixi_lockfile.yml
@@ -27,7 +27,7 @@ jobs:
27
persist-credentials: false
28
29
- name: Set up pixi
30
- uses: prefix-dev/setup-pixi@v0.8.14
+ uses: prefix-dev/setup-pixi@v0.9.0
31
32
run-install: false
33
0 commit comments