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