Skip to content

Commit

Permalink
Try fix vcpkg GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed May 23, 2024
1 parent 2508b90 commit 4cfec85
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/vcpkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
if: matrix.os == 'windows-latest'
run: echo "VCPKG_ROOT=${{ github.workspace }}\\vcpkg" >> $GITHUB_ENV

- name: "Display VCPKG_ROOT"
run: echo ${{ env.VCPKG_ROOT }}
- name: "Display VCPKG_ROOT"
run: echo "${{ env.VCPKG_ROOT }}"

Expand Down

0 comments on commit 4cfec85

Please sign in to comment.