mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 06:40:03 +00:00
Use CARGO
env variable if present (#453)
* Run `$CARGO -vV` in `detect-targets` if env `CARGO` present * Improve crate doc for `detect-targets` * Use env var `CARGO` in `install_from_source` if present * Test use of `CARGO` env in `tests.sh` Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
448542f0c8
commit
ec2bdb551e
5 changed files with 48 additions and 18 deletions
2
.github/workflows/integration.yml
vendored
2
.github/workflows/integration.yml
vendored
|
@ -51,6 +51,4 @@ jobs:
|
|||
- name: Test
|
||||
shell: bash
|
||||
run: .github/scripts/tests.sh ${{ matrix.bin }} ${{ runner.os }}
|
||||
env:
|
||||
CARGO_HOME: /tmp/cargo-home-for-test/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue