We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e3c120 commit 99a1675Copy full SHA for 99a1675
.github/workflows/windows.yml
@@ -63,6 +63,7 @@ jobs:
63
GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
64
OS_VER: windows-${{ matrix.os < 2022 && '2019' || matrix.os }}
65
VCPKG_DEFAULT_TRIPLET: ${{ matrix.target || 'x64' }}-windows
66
+ RUBY_OPT_DIR: ${{ matrix.os == '11-arm' && 'C' || 'D' }}:/a/ruby/ruby/src/vcpkg_installed/%VCPKG_DEFAULT_TRIPLET%
67
68
steps:
69
- run: md build
@@ -146,7 +147,7 @@ jobs:
146
147
- name: Configure
148
run: >-
149
../src/win32/configure.bat --disable-install-doc
- --with-opt-dir=D:/a/ruby/ruby/src/vcpkg_installed/%VCPKG_DEFAULT_TRIPLET%
150
+ --with-opt-dir=%RUBY_OPT_DIR%
151
--with-gmp
152
153
- run: nmake prepare-vcpkg
0 commit comments