Skip to content

Commit

Permalink
Try using pwd for get curr folder in unix style
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepanov Igor committed Jan 10, 2025
1 parent b15e284 commit 680524e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
VCPKG_DEFAULT_HOST_TRIPLET: x64-mingw-static
shell: msys2 {0}
run: |
export VCPKG_ROOT=$GITHUB_WORKSPACE/vcpkg
export VCPKG_ROOT=$(pwd)/vcpkg
mkdir build
cd build
cmake -G "MinGW Makefiles" -DVCPKG_TARGET_TRIPLET=x64-mingw-static -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=./vcpkg/scripts/buildsystems/vcpkg.cmake ..
Expand Down

0 comments on commit 680524e

Please sign in to comment.