Skip to content

Commit

Permalink
pass
Browse files Browse the repository at this point in the history
  • Loading branch information
bstoll committed Oct 20, 2023
1 parent 75431f2 commit fe723a3
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,11 @@ jobs:
run: |
df -h
pwd
du -sh /usr/share/dotnet
du -sh /opt/ghc
du -sh "/usr/local/share/boost"
du -sh /usr/share/dotnet || true
du -sh "/usr/local/share/boost" || true
echo $AGENT_TOOLSDIRECTORY
du -sh "$AGENT_TOOLSDIRECTORY"
du -sh /usr/local/lib/android
du -sh /opt/hostedtoolcache/CodeQL
du -sh "$AGENT_TOOLSDIRECTORY" || true
du -sh /usr/local/lib/android || true
du -sh /opt/hostedtoolcache/CodeQL || true
free -m
GOGC=30 staticcheck ./...

0 comments on commit fe723a3

Please sign in to comment.