Skip to content

Commit

Permalink
trying sudo to free up space
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelFu512 committed Oct 12, 2023
1 parent a8d0e65 commit 2cefe15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build_conda_pkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.ref }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
sparse-checkout: .
- name: Free up 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 Dependencies
run: |
pip install virtualenv
Expand Down

0 comments on commit 2cefe15

Please sign in to comment.