Skip to content

Commit a7fe934

Browse files
authored
Merge pull request #8774 from continuedev/dallin/binary-package-sync
fix: binary package lock issue
2 parents 03b5635 + d748875 commit a7fe934

File tree

8 files changed

+57699
-2062
lines changed

8 files changed

+57699
-2062
lines changed

.github/workflows/pr-checks.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,17 @@ jobs:
338338
runs-on: ubuntu-latest
339339
timeout-minutes: 15
340340
steps:
341+
- name: Free disk space
342+
uses: jlumbroso/free-disk-space@main
343+
with:
344+
tool-cache: false
345+
android: true
346+
dotnet: true
347+
haskell: true
348+
large-packages: false
349+
docker-images: true
350+
swap-storage: true
351+
341352
- uses: actions/checkout@v5
342353
- name: Run JetBrains tests
343354
uses: ./.github/actions/run-jetbrains-tests

0 commit comments

Comments
 (0)