Skip to content

Commit

Permalink
misc: use pixi_trampoline
Browse files Browse the repository at this point in the history
  • Loading branch information
nichmor committed Oct 21, 2024
1 parent 23b5c29 commit 62151b1
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trampoline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
target: ${{ matrix.target }}

- name: Build trampoline binary
run: cd crates/pixi_trampoline && cargo build --release --target ${{ matrix.target }}
run: cargo build --release --target ${{ matrix.target }} --package pixi_trampoline

- name: Move trampoline binary on windows
if: startsWith(matrix.name, 'Windows')
Expand Down
19 changes: 19 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[workspace]
exclude = ["crates/pixi_trampoline"]
members = ["crates/*"]

[workspace.package]
Expand Down

0 comments on commit 62151b1

Please sign in to comment.