-
-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
263 changed files
with
19,748 additions
and
9,152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Disk cleanup | ||
description: "Free up disk space by removing unused pre-installed software." | ||
runs: | ||
using: composite | ||
steps: | ||
- name: Free up disk space | ||
shell: bash | ||
run: | | ||
echo "Disk space before cleanup:" | ||
df -h / | ||
echo "Removing unused software..." | ||
sudo rm -rf \ | ||
/opt/google/chrome \ | ||
/opt/microsoft/msedge \ | ||
/opt/microsoft/powershell \ | ||
/usr/lib/mono \ | ||
/usr/local/.ghcup \ | ||
/usr/local/share/chromium \ | ||
/usr/local/share/powershell \ | ||
/usr/share/dotnet \ | ||
/usr/share/swift \ | ||
echo "Disk space after cleanup:" | ||
df -h / |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+55 Bytes
(130%)
app/src/androidTest/assets/backupTests/account-data.binproto
Binary file not shown.
Binary file added
BIN
+236 Bytes
app/src/androidTest/assets/backupTests/expiration-timer-chat-update-message.binproto
Binary file not shown.
Binary file added
BIN
+240 Bytes
app/src/androidTest/assets/backupTests/profile-change-chat-update-message.binproto
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(120%)
app/src/androidTest/assets/backupTests/registered-blocked-contact.binproto
Binary file not shown.
Binary file added
BIN
+222 Bytes
app/src/androidTest/assets/backupTests/session-switchover-chat-update-message.binproto
Binary file not shown.
Binary file added
BIN
+480 Bytes
app/src/androidTest/assets/backupTests/simple-chat-update-message.binproto
Binary file not shown.
Binary file modified
BIN
+7 Bytes
(100%)
app/src/androidTest/assets/backupTests/story-distribution-list.binproto
Binary file not shown.
Binary file added
BIN
+222 Bytes
app/src/androidTest/assets/backupTests/thread-merge-chat-update-message.binproto
Binary file not shown.
Binary file modified
BIN
+48 Bytes
(120%)
app/src/androidTest/assets/backupTests/unregistered-contact.binproto
Binary file not shown.
Oops, something went wrong.