Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit daf5e5e

Browse files
committed
Hopefully fix CI
1 parent 3eb86ef commit daf5e5e

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/test-and-publish.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,15 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v3
20-
20+
21+
- name: Free Disk Space
22+
uses: jlumbroso/free-disk-space@main
23+
with:
24+
tool-cache: false
25+
android: true
26+
dotnet: true
27+
haskell: true
28+
2129
- name: Set up Python ${{ matrix.python-version }}
2230
uses: actions/setup-python@v4
2331
with:

0 commit comments

Comments
 (0)