Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Apr 5, 2023
1 parent 96f9e55 commit a1e579d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
nix_path: nixpkgs=channel:nixpkgs-unstable

- name: Workaround for disk space issue
run: sudo rm -rf /usr/share/swift /usr/share/dotnet||true;df -ah; sudo du -sh /usr/*||true; docker images||true; sudo du -sh /usr/local/*||true;sudo du -sh /usr/share/*||true;sudo du -sh /usr/lib/*||true;sudo du -sh /usr/local/bin/*||true;sudo du -sh /usr/local/lib/*||true
run: sudo ls -ltrah /home/; sudo ls -ltrah /home/runner/; sudo df -ah /home; sudo rm -rf /usr/share/swift /usr/share/dotnet||true;df -ah; sudo du -sh /usr/*||true; docker images||true; sudo du -sh /usr/local/*||true;sudo du -sh /usr/share/*||true;sudo du -sh /usr/lib/*||true;sudo du -sh /usr/local/bin/*||true;sudo du -sh /usr/local/lib/*||true

- name: Fetch Deps
run: nix-shell --run 'pwd; go get -t ./... && go mod tidy'
Expand Down

0 comments on commit a1e579d

Please sign in to comment.