summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-16 10:19:38 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-04-21 12:25:41 +0900
commit22d72fed56a54e4a4fdc3845e89feb1201dc26b0 (patch)
tree4de24b6d4f79b0f9c4a9576f63b818e0325d6936
parentc1393bb92bfb2e2e6a652190d9746a11f41e7eb8 (diff)
Skip to install BASERUBY from ruby/setup-ruby when windows-11-arm runner is active
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/13118
-rw-r--r--.github/workflows/windows.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 8b834455e0..97e34d1676 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -74,6 +74,7 @@ jobs:
ruby-version: '3.0'
bundler: none
windows-toolchain: none
+ if: ${{ matrix.os != '11-arm' }}
- name: Install libraries with scoop
run: |