Skip to content

Commit

Permalink
Update vcpkg_debug.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
diehard2 authored Apr 8, 2024
1 parent f5e3f58 commit 6359da0
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/vcpkg_debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,20 @@ jobs:
- name: Install package
run: |
sudo apt-get update
sudo apt-get install perl autoconf-archive ninja-build cmake
sudo apt-get install perl autoconf-archive ninja-build cmake pkg-config
- name: Install vcpkg
run: |
git clone https://github.com/microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
vcpkg/bootstrap-vcpkg.sh
env
- name: Install grpc
run: ./vcpkg/vcpkg install grpc
run: |
set +e
vcpkg/vcpkg install grpc
echo "***** debug *****"
more /home/ubuntu/actions-runner/_work/vcpkg_debug/vcpkg_debug/vcpkg/buildtrees/grpc/config-x64-linux-dbg-CMakeCache.txt.log
echo "***** release *****"
more /home/ubuntu/actions-runner/_work/vcpkg_debug/vcpkg_debug/vcpkg/buildtrees/grpc/config-x64-linux-rel-CMakeCache.txt.log
echo "***** general *****"
more /home/ubuntu/actions-runner/_work/vcpkg_debug/vcpkg_debug/vcpkg/buildtrees/grpc/config-x64-linux-out.log

0 comments on commit 6359da0

Please sign in to comment.