Skip to content

Commit a580224

Browse files
committed
Attempt to fix CI
1 parent c1e157f commit a580224

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
"test,docker --aligner universc -stub",
3636
]
3737
steps:
38+
- name: Free some space
39+
run: |
40+
sudo rm -rf /usr/share/dotnet
41+
sudo rm -rf /opt/ghc
42+
sudo rm -rf "/usr/local/share/boost"
43+
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
3844
- name: Check out pipeline code
3945
uses: actions/checkout@v3
4046

0 commit comments

Comments
 (0)