diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 12:24:22 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-20 12:24:22 -0400 |
commit | 445228d9a1c2482ae68bbe8a3d9ff686de5e73ab (patch) | |
tree | b8ab1e89fe12a2f7e5b1f6a356bd53405c7f8185 | |
parent | 97d96a4d815b730543bb99e18df36ad149cd7d0c (diff) | |
download | stasis-445228d9a1c2482ae68bbe8a3d9ff686de5e73ab.tar.gz |
Windows CI
-rw-r--r-- | .github/workflows/cmake-multi-platform.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 49fa1ff..52d5713 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -55,7 +55,8 @@ jobs: pacboy: >- toolchain:p cmake:p - libxml2:p + libcurl:x + libxml2:x if: matrix.os == 'windows-latest' - name: Configure CMake |