Skip to content

Commit

Permalink
cleanup again
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed Dec 15, 2024
1 parent 90a0bcf commit fa30d8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
# - name: Cleanup more disk space
# run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Cleanup more disk space
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Install python dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit fa30d8f

Please sign in to comment.