Skip to content

Commit 0b71095

Browse files
committed
typo
1 parent c8c7445 commit 0b71095

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_librespot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Build ARMv8
7070
run: |
71-
./cross build --target=aarch64-unknown-linux-musl
71+
./cross build --release --target=aarch64-unknown-linux-musl
7272
cp target/aarch64-unknown-linux-musl/release/librespot releases/linux/librespot-linux-aarch64
7373
chmod +x releases/linux/librespot-linux-aarch64
7474

0 commit comments

Comments
 (0)