Skip to content

Commit

Permalink
Delete files on ci runner
Browse files Browse the repository at this point in the history
  • Loading branch information
td202 committed Feb 5, 2024
1 parent 3d01886 commit eaf1381
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@ jobs:
- rust: 1.68

steps:
- name: Remove unnecessary files
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit eaf1381

Please sign in to comment.