ci: just use pwd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user