diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-05-01 14:11:38 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-05-01 16:10:59 +0900 |
| commit | ccc576907a26db45f92b6898774f7159ef201205 (patch) | |
| tree | 847f17d2a69df6719caa262a5a75d35ff6c0b661 | |
| parent | ab1535553b9e4806d95ed217a95188ab971ea8df (diff) | |
Fixed step for cmake 3 installation
| -rw-r--r-- | .github/workflows/windows.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 90afa0e9dc..5f7601f749 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -109,17 +109,17 @@ jobs: ${{ runner.os }}-vcpkg-installed-${{ env.OS_VER }}- ${{ runner.os }}-vcpkg-installed- - - name: Install libraries with vcpkg - run: | - vcpkg --triplet x64-windows install libffi libyaml openssl readline zlib - - name: Install libraries with scoop run: | iex "& {$(irm get.scoop.sh)} -RunAsAdmin" Join-Path (Resolve-Path ~).Path "scoop\shims" >> $Env:GITHUB_PATH - scoop install vcpkg cmake@3.31.6 + scoop install cmake@3.31.6 shell: pwsh + - name: Install libraries with vcpkg + run: | + vcpkg --triplet x64-windows install libffi libyaml openssl readline zlib + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: sparse-checkout-cone-mode: false |
