Skip to content

Commit 548c412

Browse files
committed
ci windows: remove
Because we don't need this. We should use msys2_mingw_dependencies on Windows.
1 parent 0c1148d commit 548c412

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ jobs:
5656
runs-on:
5757
- macos
5858
- ubuntu
59-
- windows
6059
ruby-version:
6160
- "3.3"
6261
- "3.2"
@@ -72,22 +71,3 @@ jobs:
7271
- run: bundle exec rake test
7372
- run: rake install
7473
- run: gem install glib2
75-
if: |
76-
matrix.runs-on != 'windows'
77-
# "gem install" installs native package on Windows.
78-
# So we need to use extconf.rb to test native-package-installer.
79-
- uses: actions/checkout@v4
80-
if: |
81-
matrix.runs-on == 'windows'
82-
with:
83-
repository: ruby-gnome/ruby-gnome
84-
path: ruby-gnome
85-
- name: Install glib2 from source
86-
if: |
87-
matrix.runs-on == 'windows'
88-
run: |
89-
gem install pkg-config
90-
cd ruby-gnome\glib2
91-
ridk exec ruby extconf.rb
92-
ridk exec make
93-
ridk exec ruby -Ilib -Iext/glib2 -e "require 'glib2'"

0 commit comments

Comments
 (0)