Skip to content

Commit

Permalink
Windows build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-smidge committed Jan 19, 2025
1 parent 23db94d commit 43578f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
{ os: ubuntu-24.04, c_compiler: gcc-13, cpp_compiler: g++-13 },
{ os: ubuntu-24.04, c_compiler: gcc-14, cpp_compiler: g++-14 },
{ os: macos-13, c_compiler: cc, cpp_compiler: c++, cmake_args: "-DSYSTEM_SQLITE=OFF" },
{ os: windows-2019, c_compiler: cl, cpp_compiler: cl, cmake_args: "-DSYSTEM_SQLITE=OFF" },
{ os: windows-2019, c_compiler: cl, cpp_compiler: cl, cmake_args: "-DCMAKE_TOOLCHAIN_FILE=${{env.VCPKG_INSTALLATION_ROOT}}\scripts\buildsystems\vcpkg.cmake" },
]

runs-on: ${{ matrix.config.os }}
Expand Down

0 comments on commit 43578f2

Please sign in to comment.