Skip to content

Commit 09a5a4b

Browse files
committed
fix build
1 parent 88efd20 commit 09a5a4b

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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+
2922
make HOST=linux PLATFORM=aarch64
30-
```

0 commit comments

Comments
 (0)