Skip to content

Commit

Permalink
Cat prometheous errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasil Pashov committed Apr 12, 2024
1 parent c469930 commit 21268ee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,12 @@ jobs:
configurePresetAdditionalArgs: "['-DVCPKG_INSTALL_OPTIONS=--clean-after-build']"
buildPreset: ${{env.ARCTIC_CMAKE_PRESET}}

- name: "Cat prometheus errors"
if: matrix.os == 'windows'
run: |
cat $VCPKG_ROOT/buildtrees/prometheus-cpp/config-x64-windows-static-dbg-CMakeCache.txt.log
cat $VCPKG_ROOT/buildtrees/prometheus-cpp/config-x64-windows-static-out.log
- name: Compile C++ tests
if: inputs.job_type == 'cpp-tests'
run: cd cpp; cmake --build --preset $ARCTIC_CMAKE_PRESET --target install
Expand Down

0 comments on commit 21268ee

Please sign in to comment.