File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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 \
You can’t perform that action at this time.
0 commit comments