Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RunningLeon committed Aug 28, 2023
1 parent a1752d1 commit e42cbb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ jobs:
df -h
rm -rf ${GITHUB_WORKSPACE}/.git
rm -rf /usr/share/dotnet
rm -rf /opt/hostedtoolcache
cat /proc/cpuinfo | grep -ic proc
free
df -h
Expand Down Expand Up @@ -222,6 +223,7 @@ jobs:
run: |
rm -rf ${GITHUB_WORKSPACE}/.git
rm -rf /usr/share/dotnet
rm -rf /opt/hostedtoolcache
cat /proc/cpuinfo | grep -ic proc
free
df -h
Expand Down

0 comments on commit e42cbb6

Please sign in to comment.