Skip to content

Commit

Permalink
print vcpkg related environment
Browse files Browse the repository at this point in the history
  • Loading branch information
wusatosi committed Nov 8, 2024
1 parent 523cfa5 commit 157ce02
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,10 @@ jobs:
g++ --version
cmake --version
ninja --version
echo $VCPKG_INSTALLATION_ROOT
cd $VCPKG_INSTALLATION_ROOT
git log
- name: Configure CMake
run: |
cmake -B build -S . "-DCMAKE_CXX_STANDARD=${{ matrix.cpp_version }} ${{ matrix.cmake_args.args }}"
Expand Down

0 comments on commit 157ce02

Please sign in to comment.