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 976779e commit c40b10b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
with:
submodules: 'recursive'
- name: update
run: sudo apt update
run: apt update
- name: Set up Python
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -219,10 +219,15 @@ jobs:
python -m pip show torch torchvision
python -m pip install --no-cache-dir --upgrade pip
- name: Check disk space
continue-on-error: true
run: |
df -h
rm -rf ${GITHUB_WORKSPACE}/.git
rm -rf /usr/share/dotnet
ls -sh /usr/local/share/boost
ls -sh $AGENT_TOOLSDIRECTORY"
rm -rf "/usr/local/share/boost"
rm -rf "$AGENT_TOOLSDIRECTORY"
cat /proc/cpuinfo | grep -ic proc
free
df -h
Expand Down

0 comments on commit c40b10b

Please sign in to comment.