Fix package CI

This commit is contained in:
badaix 2025-01-06 21:28:46 +01:00
parent 7bf9146e6a
commit 2937bffaa5
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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)