Fix flatpak build

This commit is contained in:
SoftFever 2025-01-15 22:57:00 +08:00 committed by GitHub
parent 70579f9159
commit 1abfd39bdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ jobs:
steps: steps:
- name: "Remove unneeded stuff to free disk space" - name: "Remove unneeded stuff to free disk space"
run: 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 - uses: actions/checkout@v4
- name: Get the version and date - name: Get the version and date
run: | run: |