Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33309556
D8717.1768805017.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D8717.1768805017.diff
View Options
diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml
--- a/.github/workflows/android_ci.yml
+++ b/.github/workflows/android_ci.yml
@@ -17,6 +17,12 @@
steps:
- uses: actions/checkout@v3
+ - name: Delete some stuff to free up disk space
+ run: |
+ sudo rm -rf /usr/share/dotnet
+ sudo rm -rf /opt/ghc
+ sudo rm -rf /usr/local/share/boost
+
- name: rustup target add aarch64-linux-android arm-linux-androideabi x86_64-linux-android
run: rustup target add aarch64-linux-android arm-linux-androideabi x86_64-linux-android
diff --git a/.github/workflows/android_release.yml b/.github/workflows/android_release.yml
--- a/.github/workflows/android_release.yml
+++ b/.github/workflows/android_release.yml
@@ -12,6 +12,12 @@
steps:
- uses: actions/checkout@v3
+ - name: Delete some stuff to free up disk space
+ run: |
+ sudo rm -rf /usr/share/dotnet
+ sudo rm -rf /opt/ghc
+ sudo rm -rf /usr/local/share/boost
+
- name: rustup target add aarch64-linux-android arm-linux-androideabi x86_64-linux-android
run: rustup target add aarch64-linux-android arm-linux-androideabi x86_64-linux-android
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 19, 6:43 AM (4 h, 14 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5954950
Default Alt Text
D8717.1768805017.diff (1 KB)
Attached To
Mode
D8717: [GH Actions] Add back `Delete some stuff to free up disk space` step for Android workflows
Attached
Detach File
Event Timeline
Log In to Comment