File tree Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Expand file tree Collapse file tree 2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change 2525 run : |
2626 apt-get update
2727 apt-get install -y build-essential git make gcc g++ libssl-dev ${{ matrix.os-arch == 'aarch64' && 'gcc-aarch64-linux-gnu g++-aarch64-linux-gnu' || '' }}
28- git config --global --add safe.directory /__w/libraop/libraop
29- git submodule update --init
28+ git submodule update --force --recursive --init --remote
3029 mkdir -p release
3130
3231 - name : Build
Original file line number Diff line number Diff line change @@ -17,14 +17,6 @@ git submodule update --init
1717./build.sh
1818```
1919
20- ## Building (alpine musl build)
21-
22- ``` sh
23- apk add --update alpine-sdk build-base openssl-dev
24- git clone https://github.com/music-assistant/libraop.git
25- cd libraop
26- git submodule update --init
27-
2820# Build for architecture
21+
2922make HOST=linux PLATFORM=aarch64
30- ```
You can’t perform that action at this time.
0 commit comments