diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-06-24 09:20:43 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-06-24 10:48:15 +0900 |
| commit | f58fef62dcfe5b0fa2140fb7a6deee4900e7a323 (patch) | |
| tree | 96722df0fc84990126f1b68ed99ccbf3d220638e /.github | |
| parent | 5f5da2e8397e7183533c7b4513982c8f95f7369c (diff) | |
Use expanded path for --with-opt-dir
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/windows.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 260fd26055..7856190624 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -166,10 +166,11 @@ jobs: # windows-2019 image doesn't have OpenSSL as of 2023/9/14 if: ${{ matrix.vs != 2019 }} + # TODO: We should use `../src` instead of `D:/a/ruby/ruby/src` - name: Configure run: >- ../src/win32/configure.bat --disable-install-doc - --with-opt-dir=../src/vcpkg_installed/x64-windows + --with-opt-dir=D:/a/ruby/ruby/src/vcpkg_installed/x64-windows - run: nmake incs |
