Skip to content

Commit

Permalink
ci: free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
G-Ray committed Aug 12, 2024
1 parent 043da1d commit 2610d99
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-apps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,22 @@ jobs:
vcpkg install --clean-after-build curl:arm-neon-android openssl:arm-neon-android
vcpkg install --clean-after-build curl:arm64-android openssl:arm64-android
- name: Free Disk Space
uses: jlumbroso/free-disk-space@main
with:
# this might remove tools that are actually needed,
# if set to "true" but frees about 6 GB
tool-cache: false

# all of these default to true, but feel free to set to
# "false" if necessary for your workflow
android: false
dotnet: true
haskell: true
large-packages: false
docker-images: false
swap-storage: false

- name: Setup EAS
uses: expo/expo-github-action@v8
with:
Expand Down

0 comments on commit 2610d99

Please sign in to comment.