From f58fef62dcfe5b0fa2140fb7a6deee4900e7a323 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 24 Jun 2024 09:20:43 +0900 Subject: Use expanded path for --with-opt-dir --- .github/workflows/windows.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3