Skip to content

Commit

Permalink
chore(ci): removing now useless diagnose step
Browse files Browse the repository at this point in the history
  • Loading branch information
O-Tom authored Sep 27, 2024
1 parent 987d942 commit 21b05c8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ jobs:
# The vcpkg.json file, which will be part of cache key computation.
vcpkgJsonGlob: '${{ github.workspace }}/vcpkg.json'

- name: Prints output of run-vcpkg's action
run: echo "root='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_ROOT_OUT }}', triplet='${{ steps.runvcpkg.outputs.RUNVCPKG_VCPKG_DEFAULT_TRIPLET_OUT }}'"

- name: Run CMake with vcpkg.json manifest
uses: lukka/run-cmake@v10
with:
Expand Down

0 comments on commit 21b05c8

Please sign in to comment.