Skip to content

Commit

Permalink
reorder?
Browse files Browse the repository at this point in the history
  • Loading branch information
XrXr committed Nov 7, 2024
1 parent 2cf75d6 commit d08e97e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d08e97e

Please sign in to comment.