Skip to content

Commit 394c7ae

Browse files
authored
Update MistKit.yml
1 parent c772d15 commit 394c7ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/MistKit.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,17 @@ jobs:
7676
android-api-level: [28, 33, 34]
7777
steps:
7878
- uses: actions/checkout@v4
79+
- name: Free disk space
80+
if: matrix.build-only == false
81+
uses: jlumbroso/free-disk-space@main
82+
with:
83+
tool-cache: false
84+
android: false
85+
dotnet: true
86+
haskell: true
87+
large-packages: true
88+
docker-images: true
89+
swap-storage: true
7990
- uses: brightdigit/swift-build@14-android-skip
8091
with:
8192
scheme: ${{ env.PACKAGE_NAME }}

0 commit comments

Comments
 (0)