Skip to content

Commit

Permalink
Chain load toolchain file
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 17, 2024
1 parent 33714a2 commit 0b65a94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
sudo apt install -y g++-mingw-w64-x86-64-win32
export VCPKG_ROOT=$(realpath ./vcpkg)
export CMAKE_BUILD_PARALLEL_LEVEL=$(nproc)
cmake --preset release -DENABLE_UNIT_TESTING=ON -DCMAKE_TOOLCHAIN_FILE=./mingw-w64-x86_64.cmake
cmake --preset release -DENABLE_UNIT_TESTING=ON -DVCPKG_CHAINLOAD_TOOLCHAIN_FILE=./mingw-w64-x86_64.cmake
cmake --build --preset release
- name: Run Tests
Expand Down

0 comments on commit 0b65a94

Please sign in to comment.