File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 chmod +x ~/.local/bin/butler
4646 butler -V
4747
48- - name : Install dependencies
49- run : |
50- sudo apt install libasio-dev
51- gh release download --pattern 'Crow*.deb' -R CrowCpp/Crow -O Crow.deb
52- sudo dpkg -i Crow.deb
53- rm Crow.deb
54- env :
55- GH_TOKEN : ${{ github.token }}
56-
5748 - name : Build dist
5849 id : build-dist
5950 env :
Original file line number Diff line number Diff line change 3636solution_out=" _vpc_/ninja/sdk_everything_${VPC_NINJA_EXTRA_SUFFIX} $VPC_NINJA_BUILD_MODE "
3737
3838if [[ ! -e " $solution_out .ninja" ]]; then
39+ sudo apt-get install libasio-dev
40+ gh release download --pattern ' Crow*.deb' -R CrowCpp/Crow -O Crow.deb
41+ sudo dpkg -i Crow.deb
42+ rm Crow.deb
43+
3944 devtools/bin/vpc /tf /linux64 /ninja /define:SOURCESDK ${VPC_EXTRA_ARGS} +everything /mksln " $solution_out "
4045
4146 # Generate compile commands.
You can’t perform that action at this time.
0 commit comments