Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt committed Jan 14, 2025
1 parent c8c7445 commit 0b71095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_librespot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Build ARMv8
run: |
./cross build --target=aarch64-unknown-linux-musl
./cross build --release --target=aarch64-unknown-linux-musl
cp target/aarch64-unknown-linux-musl/release/librespot releases/linux/librespot-linux-aarch64
chmod +x releases/linux/librespot-linux-aarch64
Expand Down

0 comments on commit 0b71095

Please sign in to comment.