We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e33dadd commit 1ec809cCopy full SHA for 1ec809c
.github/workflows/CICD.yml
@@ -814,6 +814,8 @@ jobs:
814
if: matrix.job.skip-tests != true
815
shell: bash
816
run: |
817
+ command -v sudo && sudo rm -rf /usr/local/lib/android /usr/share/dotnet # avoid no space left
818
+ df -h ||:
819
## Test individual utilities
820
${{ steps.vars.outputs.CARGO_CMD }} ${{ steps.vars.outputs.CARGO_CMD_OPTIONS }} test --target=${{ matrix.job.target }} \
821
${{ matrix.job.cargo-options }} ${{ steps.dep_vars.outputs.CARGO_UTILITY_LIST_OPTIONS }}
0 commit comments