mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-04 00:59:32 +02:00
Fix package CI
This commit is contained in:
parent
7bf9146e6a
commit
2937bffaa5
2 changed files with 2 additions and 2 deletions
2
.github/workflows/package.yml
vendored
2
.github/workflows/package.yml
vendored
|
@ -113,7 +113,7 @@ jobs:
|
|||
- name: Get boost
|
||||
if: steps.cache-boost.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
wget https://archives.boost.io/release/${BOOST_VERSION//_/.}/source/boost_${BOOST_VERSION}.tar.bz2
|
||||
wget https://archives.boost.io/release/${{env.BOOST_DOT_VERSION}}/source/${{env.BOOST}}.tar.bz2
|
||||
tar xjf ${{env.BOOST}}.tar.bz2
|
||||
- name: cache ccache
|
||||
id: cache-ccache
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
### Features
|
||||
|
||||
- Server: Add support for HTTPS and WSS
|
||||
- Server: Add support for HTTPS and WSS (Issue #1322)
|
||||
- Server: custom URL prefix for HTTP URLs (PR #1260)
|
||||
- Server: listen to both IPv4 and IPv4 for incoming connections (PR #1290)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue