ci: get dir in separate command

This commit is contained in:
itsmattkc
2021-10-07 11:13:22 -07:00
parent 32898ccfc8
commit e554575cb9
+2 -1
View File
@@ -174,7 +174,8 @@ jobs:
run: |
$DOWNLOAD_TOOL https://github.com/olive-editor/vcpkg-registry/releases/download/continuous/olive-dep-x64-windows.zip
7z x olive-dep-x64-windows.zip
echo "VCPKG_ROOT=$(pwd -W)"/vcpkg-* >> $GITHUB_ENV
VCPKG_DIR=vcpkg-export-*
echo "VCPKG_ROOT=$(pwd -W)/$VCPKG_DIR" >> $GITHUB_ENV
- name: Acquire Google Crashpad
shell: bash