Skip to content

Commit c3669cf

Browse files
author
Adrien Béraud
committed
ci/github: update restinio tag name
1 parent 45f04a7 commit c3669cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccpp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Build restinio dependency
4343
run: |
4444
mkdir restinio && cd restinio
45-
wget "https://github.com/Stiffstream/restinio/releases/download/v.${RESTINIO_VERSION}/restinio-${RESTINIO_VERSION}.tar.bz2"
45+
wget "https://github.com/Stiffstream/restinio/releases/download/v${RESTINIO_VERSION}/restinio-${RESTINIO_VERSION}.tar.bz2"
4646
tar -xjf restinio-${RESTINIO_VERSION}.tar.bz2
4747
cd restinio-${RESTINIO_VERSION}/dev
4848
cmake -DCMAKE_INSTALL_PREFIX=/usr/local \
@@ -126,7 +126,7 @@ jobs:
126126
- name: Build restinio dependency
127127
run: |
128128
mkdir restinio && cd restinio
129-
wget "https://github.com/Stiffstream/restinio/releases/download/v.${RESTINIO_VERSION}/restinio-${RESTINIO_VERSION}.tar.bz2"
129+
wget "https://github.com/Stiffstream/restinio/releases/download/v${RESTINIO_VERSION}/restinio-${RESTINIO_VERSION}.tar.bz2"
130130
tar -xjf restinio-${RESTINIO_VERSION}.tar.bz2
131131
cd restinio-${RESTINIO_VERSION}/dev
132132
cmake -DCMAKE_INSTALL_PREFIX=/usr/local \

0 commit comments

Comments
 (0)