Skip to content

Commit 95de5df

Browse files
author
litongjava
committed
add echo $VCPKG_HOME
1 parent 4dbe577 commit 95de5df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ jobs:
2424
2525
- name: Setup vcpkg
2626
run: |
27-
echo "VCPKG_HOME=$PWD/vcpkg" >> $GITHUB_ENV
27+
export VCPKG_HOME=$PWD/vcpkg
28+
echo $VCPKG_HOME
2829
git clone https://github.com/microsoft/vcpkg ${{ env.VCPKG_HOME }}
2930
${{ env.VCPKG_HOME }}/bootstrap-vcpkg.sh
3031

0 commit comments

Comments
 (0)