Skip to content

Commit

Permalink
ci(actions): Log big files
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Jun 1, 2024
1 parent c684cb9 commit e0158fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
cd /opt
find . -maxdepth 1 -mindepth 1 '!' -path ./containerd '!' -path ./actionarchivecache '!' -path ./runner '!' -path ./runner-cache -exec rm -rf '{}' ';'
sudo du -d 1 -h / || echo ""
- uses: DeterminateSystems/nix-installer-action@main
name: Install Nix
Expand Down

0 comments on commit e0158fd

Please sign in to comment.