Skip to content

Commit 218b7cf

Browse files
committed
Small fix for plugin test on Windows
1 parent 1e2f9d6 commit 218b7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugins.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: ruby/setup-ruby@v1
7070
with:
7171
ruby-version: 3.3.0
72-
if: matrix.os == 'windows-latest-16-cores'
72+
if: contains(matrix.os, 'windows')
7373

7474
- name: Install Rust toolchain
7575
uses: actions-rust-lang/setup-rust-toolchain@v1

0 commit comments

Comments
 (0)