Merge branch 'main' into arm

This commit is contained in:
cochcoder
2025-01-16 07:52:56 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ jobs:
steps:
- name: "Remove unneeded stuff to free disk space"
run:
sudo rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*"
rm -rf /usr/local/lib/android/* /usr/share/dotnet/* /opt/ghc1/* "/usr/local/share/boost1/*"
- uses: actions/checkout@v4
- name: Get the version and date
run: |