Skip to content

Commit

Permalink
Fix clang build windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Stepanov Igor committed Jan 23, 2025
1 parent e268161 commit d511c27
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 @@ -35,7 +35,7 @@ jobs:
VCPKG_DEFAULT_HOST_TRIPLET: x64-mingw-static
shell: msys2 {0}
run: |
export VCPKG_ROOT=$(pwd)/vcpkg
export VCPKG_ROOT=$(pwd)/modules/vcpkg
mkdir build
cd build
cmake -G "MinGW Makefiles" -DVCPKG_TARGET_TRIPLET=x64-mingw-static -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=./modules/vcpkg/scripts/buildsystems/vcpkg.cmake ..
Expand Down

0 comments on commit d511c27

Please sign in to comment.