From 0afbad6c9319bbf7f86243c03a3342f9b85a85cd Mon Sep 17 00:00:00 2001 From: itsmattkc <34096995+itsmattkc@users.noreply.github.com> Date: Wed, 17 Nov 2021 16:14:45 -0800 Subject: [PATCH] ci: just use pwd --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5f7121f0..be1aa890a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -313,7 +313,7 @@ jobs: $DOWNLOAD_TOOL https://github.com/olive-editor/vcpkg-registry/releases/download/continuous/olive-dep-x64-osx.zip unzip olive-dep-x64-osx.zip VCPKG_DIR=(vcpkg-export-*) - echo "VCPKG_ROOT=$(pwd -W)/$VCPKG_DIR" >> $GITHUB_ENV + echo "VCPKG_ROOT=$(pwd)/$VCPKG_DIR" >> $GITHUB_ENV - name: Acquire Google Crashpad shell: bash