Skip to content

Commit

Permalink
remove unneccessary tools to free space in image
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Nov 6, 2023
1 parent e3907b1 commit e99f43b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ jobs:
matrix:
python-version: ['3.8'] # '3.11'
steps:
- name: Removed unnecessary tools to free space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Get Download cache Key
id: cache-key
run: echo "::set-output name=key::freesurfer-linux-ubuntu22_amd64-7.4.1"
Expand Down

0 comments on commit e99f43b

Please sign in to comment.