Rm $HOME/.cargo to test cargo-binstall

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-08-04 17:29:19 +10:00
parent 888627ce87
commit cc92c2c4b6
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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 }}