mirror of
https://github.com/badaix/snapcast.git
synced 2025-04-29 02:07:55 +02:00
Use Snapweb v0.6.0-beta.1
This commit is contained in:
parent
2ea0e0098a
commit
a59926ba41
1 changed files with 2 additions and 2 deletions
4
.github/workflows/package.yml
vendored
4
.github/workflows/package.yml
vendored
|
@ -5,7 +5,7 @@ on:
|
|||
|
||||
env:
|
||||
BOOST_VERSION: 1_84_0
|
||||
SNAPWEB_VERSION: 0.6.0
|
||||
SNAPWEB_VERSION: v0.6.0-beta.1
|
||||
|
||||
jobs:
|
||||
|
||||
|
@ -78,7 +78,7 @@ jobs:
|
|||
restore-keys: ${{ matrix.os }}-${{ matrix.debian }}-ccache-
|
||||
- name: Get Snapweb
|
||||
run: |
|
||||
wget https://github.com/badaix/snapweb/releases/download/v${SNAPWEB_VERSION}/snapweb.zip
|
||||
wget https://github.com/badaix/snapweb/releases/download/${SNAPWEB_VERSION}/snapweb.zip
|
||||
unzip snapweb.zip -d snapweb
|
||||
- name: Create deb package
|
||||
env:
|
||||
|
|
Loading…
Add table
Reference in a new issue