ci: just use pwd

This commit is contained in:
itsmattkc
2021-11-17 16:14:45 -08:00
parent 85ca5dfc82
commit 0afbad6c93
+1 -1
View File
@@ -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