Skip to content

Commit

Permalink
debug disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
rkm committed Mar 26, 2024
1 parent 90800f1 commit 6ce94c7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- name: build image
run: |
set -euxo pipefail
# Debug
df -h
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
df -h
cd software/Freesurfer
podman build .

0 comments on commit 6ce94c7

Please sign in to comment.