From c3669cfd36da3a13bafd21d97296850fc0045d18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <> Date: Tue, 22 Apr 2025 22:36:01 -0400 Subject: [PATCH] ci/github: update restinio tag name --- .github/workflows/ccpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 24f61ede..6683a75a 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -42,7 +42,7 @@ jobs: - name: Build restinio dependency run: | mkdir restinio && cd restinio - wget "https://github.com/Stiffstream/restinio/releases/download/v.${RESTINIO_VERSION}/restinio-${RESTINIO_VERSION}.tar.bz2" + wget "https://github.com/Stiffstream/restinio/releases/download/v${RESTINIO_VERSION}/restinio-${RESTINIO_VERSION}.tar.bz2" tar -xjf restinio-${RESTINIO_VERSION}.tar.bz2 cd restinio-${RESTINIO_VERSION}/dev cmake -DCMAKE_INSTALL_PREFIX=/usr/local \ @@ -126,7 +126,7 @@ jobs: - name: Build restinio dependency run: | mkdir restinio && cd restinio - wget "https://github.com/Stiffstream/restinio/releases/download/v.${RESTINIO_VERSION}/restinio-${RESTINIO_VERSION}.tar.bz2" + wget "https://github.com/Stiffstream/restinio/releases/download/v${RESTINIO_VERSION}/restinio-${RESTINIO_VERSION}.tar.bz2" tar -xjf restinio-${RESTINIO_VERSION}.tar.bz2 cd restinio-${RESTINIO_VERSION}/dev cmake -DCMAKE_INSTALL_PREFIX=/usr/local \ -- GitLab