Skip to content

Commit

Permalink
Free up space for tee-clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Kailai-Wang committed Oct 11, 2023
1 parent 627c04e commit f22aede
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,14 @@ jobs:
if: needs.set-condition.outputs.rebuild_tee == 'true'
container: 'litentry/litentry-tee-dev:latest'
steps:
- name: Free up disk space
if: startsWith(runner.name, 'GitHub Actions')
uses: jlumbroso/free-disk-space@main
with:
tool-cache: true
swap-storage: false
large-packages: false

- uses: actions/checkout@v4

- name: Install dependencies
Expand Down

0 comments on commit f22aede

Please sign in to comment.