Skip to content

Commit

Permalink
Fix flatpak build (SoftFever#8056)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoftFever authored Jan 15, 2025
1 parent 70579f9 commit 2ea2ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,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: |
Expand Down

0 comments on commit 2ea2ab0

Please sign in to comment.