From d08e97ea99b371d4950f7bf555a368791680b144 Mon Sep 17 00:00:00 2001 From: Alan Wu Date: Thu, 7 Nov 2024 18:06:15 -0500 Subject: [PATCH] reorder? --- .github/workflows/windows.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 196642560617d8..65449cd1103581 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -75,6 +75,19 @@ jobs: NEEDED_TOOLS: >- patch.exe + - name: Install libraries with vcpkg + run: | + vcpkg install + working-directory: src + env: + VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" + continue-on-error: true + + - name: cat logs + run: | + type C:\vcpkg\buildtrees\gmp\build-x64-windows-dbg-out.log + type C:\vcpkg\buildtrees\gmp\build-x64-windows-dbg-err.log + - uses: msys2/setup-msys2@d40200dc2db4c351366b048a9565ad82919e1c24 # v2 id: setup-msys2 with: @@ -144,19 +157,6 @@ jobs: run: Get-Volume shell: pwsh - - name: Install libraries with vcpkg - run: | - vcpkg install - working-directory: src - env: - VCPKG_BINARY_SOURCES: "clear;x-gha,readwrite" - continue-on-error: true - - - name: cat logs - run: | - type C:\vcpkg\buildtrees\gmp\build-x64-windows-dbg-out.log - type C:\vcpkg\buildtrees\gmp\build-x64-windows-dbg-err.log - # TODO: We should use `../src` instead of `D:/a/ruby/ruby/src` - name: Configure