Skip to content

Commit

Permalink
Use the correct variable when freeing github runner space: AGENT_TOOL…
Browse files Browse the repository at this point in the history
…SDIRECTORY. (#8373)
  • Loading branch information
cmnbroad authored Jun 22, 2023
1 parent 4590e4a commit bb22de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gatk-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ jobs:
- name: Reclaim some runner disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLS_DIRECTORY"
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- uses: actions/checkout@v3
with:
fetch-depth: 0
Expand Down

0 comments on commit bb22de4

Please sign in to comment.