mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Rm $HOME/.cargo
to test cargo-binstall
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
888627ce87
commit
cc92c2c4b6
1 changed files with 3 additions and 1 deletions
4
.github/workflows/integration.yml
vendored
4
.github/workflows/integration.yml
vendored
|
@ -50,5 +50,7 @@ jobs:
|
|||
|
||||
- name: Test
|
||||
shell: bash
|
||||
run: ./ci-scripts/tests.sh ${{ matrix.bin }} ${{ runner.os }}
|
||||
run: |
|
||||
rm -rf "$HOME/.cargo"
|
||||
./ci-scripts/tests.sh ${{ matrix.bin }} ${{ runner.os }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue