Skip to content

Commit d709046

Browse files
committed
Update main_ci.yml
1 parent 93f46c5 commit d709046

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/main_ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,10 @@ jobs:
3131
- uses: actions/checkout@v2
3232
with:
3333
submodules: 'true'
34-
34+
- name: "Set environmental variables"
35+
shell: bash
36+
run: |
37+
echo "VCPKG_ROOT=$VCPKG_INSTALLATION_ROOT" >> $GITHUB_ENV
3538
- name: Setup vcpkg
3639
run: |
3740
mkdir -p ${{ env.VCPKG_DEFAULT_BINARY_CACHE }}

0 commit comments

Comments
 (0)