Added gmp for Windows CI. But we may need to use additional configuration

This commit is contained in:
Hiroshi SHIBATA 2024-06-05 09:00:17 +09:00
parent 5dce2620f2
commit 2e5e47184c
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -115,7 +115,7 @@ jobs:
- name: Install libraries with vcpkg
run: |
vcpkg --triplet x64-windows install libffi libyaml openssl zlib
vcpkg --triplet x64-windows install gmp libffi libyaml openssl zlib
- name: Install libraries with scoop
run: |