Skip to content

Commit

Permalink
debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveLauC committed May 5, 2024
1 parent 24345a7 commit 9db99d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,10 @@ jobs:
TARGET: '${{ matrix.TARGET }}'

- name: before_cache_script
run: rm -rf $CARGO_HOME/registry/index
run: |
id;
tree -uga ~/.cargo/registry/index | head -n 100;
rm -rf $CARGO_HOME/registry/index;
rust_stable:
runs-on: ubuntu-20.04
Expand Down

0 comments on commit 9db99d5

Please sign in to comment.