Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit f2faf3e

Browse files
authored
ci broke (#5231)
* get a baseline * when all you have is a hammer * ok slightly bigger hammer * kms * please work * start over * check cache stuff * ugh * x * x * x * x * x * x * let it burn * check if this works * cool now try this * try this * try this * try this * now try THIS * ok and this * oops * ok good enough
1 parent 282c716 commit f2faf3e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pull-request-token.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v2
2323

24+
- name: Clear disk space
25+
run: |
26+
# if we need more: `sudo apt-get install -y wajig && wajig large`
27+
for p in ant mono-complete lldb-14 google-cloud-sdk azure-cli microsoft-edge-stable \
28+
google-chrome-stable firefox powershell mono-devel dotnet-sdk-6.0 dotnet-sdk-7.0 \
29+
temurin-8-jdk temurin-11-jdk temurin-17-jdk llvm-12-dev llvm-13-dev llvm-14-dev \
30+
fake-canary-package; do sudo apt-get remove -y $p || true; done
31+
sudo apt-get autoremove -y
32+
sudo rm -rf /imagegeneration
33+
2434
- name: Set env vars
2535
run: |
2636
source ci/rust-version.sh

0 commit comments

Comments
 (0)