i dont care anymore
This commit is contained in:
parent
b1b3fa1738
commit
732dfeb700
2 changed files with 5 additions and 3 deletions
|
|
@ -198,6 +198,10 @@ jobs:
|
|||
# Source Rust environment and ensure default toolchain is set
|
||||
. ~/.cargo/env
|
||||
rustup default stable
|
||||
# Set environment variables for the entire build process
|
||||
export PATH="$HOME/.cargo/bin:$PATH"
|
||||
export CARGO_HOME="$HOME/.cargo"
|
||||
export RUSTUP_HOME="$HOME/.rustup"
|
||||
dpkg-buildpackage -us -uc -b
|
||||
|
||||
- name: List built packages
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue