Skip to content

Commit

Permalink
env:
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 24, 2023
1 parent f9df150 commit 356fafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Setup VCPKG_ROOT
run: |
echo "VCPKG_ROOT=${{ github.workspace }}/vcpkg/" >> $GITHUB_ENV
echo "VCPKG_ROOT=${{ github.workspace }}/vcpkg/" >> $env:GITHUB_ENV
echo ${{ env.VCPKG_ROOT }}
vcpkg --version
Expand Down

0 comments on commit 356fafc

Please sign in to comment.