Skip to content

Commit

Permalink
Merge pull request #724 from desci-labs/fix/deploy-test-storage
Browse files Browse the repository at this point in the history
fix: storage issue
  • Loading branch information
shadrach-tayo authored Dec 17, 2024
2 parents e756430 + c74206a commit 770fa6c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
- name: Check out repository
uses: actions/checkout@v4

- name: Delete huge unnecessary tools folder
run: |
echo "DISK USE:"; find / -maxdepth 1 -mindepth 1 -type d -exec du -hs {} \; 2>/dev/null
rm -rf /opt/hostedtoolcache
echo "DISK USE:"; find / -maxdepth 1 -mindepth 1 -type d -exec du -hs {} \; 2>/dev/null
- name: Set up the environment
# Replace this line with the appropriate setup for your project
# Examples:
Expand Down

0 comments on commit 770fa6c

Please sign in to comment.