Skip to content

Commit a0a5af4

Browse files
authored
CI: fix cargo-binstall and pixi warning (#3891)
Nightly CI runs broke because of a install error with `cargo-binstall`, fixed it by bumping version in pixi config. Also fix a warning in pixi (`project` -> `workspace`), and bump the pixi version in CI to latest.
1 parent 3282e1e commit a0a5af4

File tree

4 files changed

+108
-102
lines changed

4 files changed

+108
-102
lines changed

.github/workflows/dev_envs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: set up pixi
3838
uses: prefix-dev/setup-pixi@v0.9.3
3939
with:
40-
pixi-version: v0.53.0
40+
pixi-version: v0.63.2
4141
cache: true
4242
frozen: true
4343

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- cron: "0 0 * * *" # daily
1111

1212
env:
13-
PIXI_VERSION: "v0.53.0"
13+
PIXI_VERSION: "v0.63.2"
1414

1515
jobs:
1616
check:

0 commit comments

Comments
 (0)