Skip to content

Commit 748a26b

Browse files
committed
cargo build via pixi
1 parent b309d1b commit 748a26b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/contrib_rerun_py.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# this stops `re_web_viewer_server/build.rs` from running
6262
RERUN_IS_PUBLISHING: true
6363
run: |
64-
cargo build \
64+
pixi run cargo build \
6565
--locked \
6666
-p rerun-cli \
6767
--no-default-features \

.github/workflows/reusable_build_and_upload_rerun_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
# this stops `re_web_viewer_server/build.rs` from running
177177
RERUN_IS_PUBLISHING: true
178178
run: |
179-
cargo build \
179+
pixi run cargo build \
180180
--locked \
181181
-p rerun-cli \
182182
--no-default-features \

0 commit comments

Comments
 (0)