Skip to content

Commit

Permalink
Use alternative action
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijc committed Jul 14, 2023
1 parent 56bc155 commit a2966b8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
- name: Maximize build space
uses: easimon/maximize-build-space@master
with:
tool-cache: false
root-reserve-mb: 512
swap-size-mb: 1024
remove-android: 'true'
- uses: actions/checkout@v2
- name: Setup python 3.8
uses: actions/setup-python@v2
Expand Down

0 comments on commit a2966b8

Please sign in to comment.