Skip to content

Commit dafb113

Browse files
authored
actually skip install of gh now that we don't use it...
1 parent fd71e85 commit dafb113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/buildallprojects

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fi
3636
solution_out="_vpc_/ninja/sdk_everything_${VPC_NINJA_EXTRA_SUFFIX}$VPC_NINJA_BUILD_MODE"
3737

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

0 commit comments

Comments
 (0)