Skip to content

Commit 544b5eb

Browse files
committed
ci: skip cleaning large packages on Ubuntu runner
1 parent e703942 commit 544b5eb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/prepare-android/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ runs:
3333
android: false
3434
dotnet: true
3535
haskell: true
36-
large-packages: true
36+
large-packages: false
3737
docker-images: true
38-
swap-storage: true
38+
swap-storage: false
3939

4040
- name: Build packages
4141
if: inputs.run-yarn-build == 'true'

0 commit comments

Comments
 (0)