diff options
author | Sadie Powell <sadie@witchery.services> | 2024-04-15 11:11:16 +0100 |
---|---|---|
committer | Sadie Powell <sadie@witchery.services> | 2024-04-15 11:11:40 +0100 |
commit | 44af4eac6bf63232453b8a9a76c592c07e60aa37 (patch) | |
tree | a06d43c5150211d2c15f6a42a0a4f7f513b90fda | |
parent | 5fdc6373275de9c0844c6507509c153ce69fa0c1 (diff) |
Update the Windows CI to the latest Conan.
-rw-r--r-- | .github/workflows/ci-windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 1d609fca6..bdf82230c 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Conan uses: turtlebrowser/get-conan@v1.2 with: - version: 1.59.0 + version: 1.64.0 - name: Install libraries run: | |