diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-06-05 09:00:17 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-06-05 09:00:17 +0900 |
| commit | 2e5e47184c59641ab23c6dab74b75404edcbf7f2 (patch) | |
| tree | 69cc227078a9eb03fa110affdc9fdb961f585a44 | |
| parent | 5dce2620f28940201a5885c850a3ad82c7d936c5 (diff) | |
Added gmp for Windows CI. But we may need to use additional configuration
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 5b87be13d5..ee9038004d 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: | |
