summaryrefslogtreecommitdiff
path: root/.github/workflows/windows.yml
diff options
context:
space:
mode:
authorJeremy Evans <code@jeremyevans.net>2021-06-29 10:13:12 -0700
committerJeremy Evans <code@jeremyevans.net>2021-07-01 14:47:31 -0700
commite8933fda0c54e1708cf4049dfee2230ffac15271 (patch)
tree2ceb618faef59c6c92516b820ecff44c6bf5ba0b /.github/workflows/windows.yml
parentf6539202c52a051a4e6946a318a1d9cd29002990 (diff)
Remove gdbm/dbm related code from CI
The related extensions have been removed.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/4619
Diffstat (limited to '.github/workflows/windows.yml')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index ef2c0034b7..fdcccff11a 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -52,7 +52,7 @@ jobs:
- name: Configure
run: |
call "%VCVARS%"
- ../src/win32/configure.bat --disable-install-doc --without-ext=+,dbm,gdbm --enable-bundled-libffi --with-opt-dir=C:/vcpkg/installed/x64-windows --with-openssl-dir="C:/Program Files/OpenSSL-Win64"
+ ../src/win32/configure.bat --disable-install-doc --enable-bundled-libffi --with-opt-dir=C:/vcpkg/installed/x64-windows --with-openssl-dir="C:/Program Files/OpenSSL-Win64"
- name: nmake
run: |
call "%VCVARS%"