Skip to content

Commit

Permalink
Try freeing up space
Browse files Browse the repository at this point in the history
  • Loading branch information
pcm32 committed Oct 12, 2023
1 parent 969da0c commit c596e30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/conda-templated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,11 @@ jobs:
- name: Assemble Dockerfile
run: miniconda_template/create_dockerfile.sh ${{ matrix.changed }}

- name: Free up some space for building large images
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Build image
id: build-image
uses: redhat-actions/buildah-build@v2
Expand Down

0 comments on commit c596e30

Please sign in to comment.