mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
cd: add action to clear space for arm build
This commit is contained in:
parent
aa5d0e535b
commit
d50e60e2b2
11
.github/workflows/spotube-release-binary.yml
vendored
11
.github/workflows/spotube-release-binary.yml
vendored
@ -101,8 +101,15 @@ jobs:
|
|||||||
|
|
||||||
- name: Unessary hosted tools
|
- name: Unessary hosted tools
|
||||||
if: ${{matrix.platform == 'linux_arm'}}
|
if: ${{matrix.platform == 'linux_arm'}}
|
||||||
run: |
|
uses: jlumbroso/free-disk-space@main
|
||||||
sudo rm -rf /usr/share/dotnet
|
with:
|
||||||
|
tool-cache: false
|
||||||
|
swap-storage: false
|
||||||
|
android: true
|
||||||
|
dotnet: true
|
||||||
|
haskell: true
|
||||||
|
large-packages: true
|
||||||
|
docker-images: true
|
||||||
|
|
||||||
- name: Build ${{matrix.platform}} binaries
|
- name: Build ${{matrix.platform}} binaries
|
||||||
run: dart cli/cli.dart build ${{matrix.platform}}
|
run: dart cli/cli.dart build ${{matrix.platform}}
|
||||||
|
@ -128,7 +128,7 @@ Do the following:
|
|||||||
- Use `libjsoncpp1` instead of `libjsoncpp25` (for Ubuntu < 22.04)
|
- Use `libjsoncpp1` instead of `libjsoncpp25` (for Ubuntu < 22.04)
|
||||||
- Arch/Manjaro
|
- Arch/Manjaro
|
||||||
```bash
|
```bash
|
||||||
yay -S mpv libappindicator-gtk3 libsecret jsoncpp libnotify avahi nss-mdns mdns-scan webkit2gtk libsoup3
|
yay -S mpv libappindicator-gtk3 libsecret jsoncpp libnotify avahi nss-mdns mdns-scan webkit2gtk-4.1 libsoup3
|
||||||
```
|
```
|
||||||
- Fedora
|
- Fedora
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user