freeze librespot to older protocol version #20
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Home Assistant builder | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Test build | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout the repository | |
uses: actions/checkout@v4 | |
- name: Test build | |
uses: home-assistant/builder@master | |
with: | |
args: | | |
--test \ | |
--amd64 \ | |
--target snapserver \ | |
--docker-hub grunjol \ | |
--image snapserver-{arch} | |