Skip to content

Commit

Permalink
Merge branch 'kaspanet:master' into sigma-v31
Browse files Browse the repository at this point in the history
  • Loading branch information
1bananagirl authored Jan 10, 2025
2 parents dddd101 + 47c1059 commit a8c74fa
Show file tree
Hide file tree
Showing 37 changed files with 600 additions and 128 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,9 @@ jobs:
# Clean unnecessary files to save disk space
- name: clean unnecessary files to save space
run: |
docker rmi `docker images -q`
if [ "$(docker images -q)" ]; then
docker rmi $(docker images -q)
fi
sudo rm -rf /usr/share/dotnet /etc/mysql /etc/php /etc/sudo apt/sources.list.d
sudo apt -y autoremove --purge
sudo apt -y autoclean
Expand Down
Loading

0 comments on commit a8c74fa

Please sign in to comment.