From e554575cb911fa338d93daa698e3343877341573 Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Thu, 7 Oct 2021 11:13:22 -0700 Subject: [PATCH] ci: get dir in separate command --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c0ba912f..8766e99f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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