Skip to content

Commit fd71e85

Browse files
authored
temporarily use direct download while we're on deb11
1 parent 8dc1b36 commit fd71e85

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/buildallprojects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ solution_out="_vpc_/ninja/sdk_everything_${VPC_NINJA_EXTRA_SUFFIX}$VPC_NINJA_BUI
3737

3838
if [ -n "${GITHUB_ACTIONS+x}" ]; then
3939
sudo DEBIAN_FRONTEND=noninteractive apt-get -yq --no-install-recommends install libasio-dev gh
40-
gh release download --pattern 'Crow*.deb' -R CrowCpp/Crow -O Crow.deb
40+
#gh release download --pattern 'Crow*.deb' -R CrowCpp/Crow -O Crow.deb
41+
curl -Lo Crow.deb https://github.com/CrowCpp/Crow/releases/download/v1.3.0/Crow-1.3.0-Linux.deb
4142
sudo DEBIAN_FRONTEND=noninteractive dpkg -i Crow.deb
4243
rm Crow.deb
4344
fi

0 commit comments

Comments
 (0)