diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 187dc92d9b..b117c70f76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,6 +99,13 @@ jobs: TSGO_HEREBY_COVERAGE: ${{ (matrix.config.coverage && 'true') || 'false' }} steps: + - uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 + with: + large-packages: false + docker-images: false + swap-storage: false + dotnet: false + - run: git config --system core.longpaths true if: ${{ matrix.config.os == 'windows-latest' }} diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 2052c753b1..9dd78f0489 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -19,6 +19,12 @@ jobs: # You can define any steps you want, and they will run before the agent starts. # If you do not check out your code, Copilot will do this for you. steps: + - uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 + with: + large-packages: false + docker-images: false + swap-storage: false + dotnet: false - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: submodules: true diff --git a/.github/workflows/create-cache.yml b/.github/workflows/create-cache.yml index ee618c24a4..af3a4e1b68 100644 --- a/.github/workflows/create-cache.yml +++ b/.github/workflows/create-cache.yml @@ -33,6 +33,13 @@ jobs: runs-on: ${{ matrix.os }} steps: + - uses: jlumbroso/free-disk-space@54081f138730dfa15788a46383842cd2f914a1be # v1.3.1 + with: + large-packages: false + docker-images: false + swap-storage: false + dotnet: false + - run: git config --system core.longpaths true if: ${{ matrix.os == 'windows-latest' }}