Skip to content

Commit 40594e0

Browse files
dnicolodirgommers
authored andcommitted
CI: run tests with Meson main git branch on Windows too
This mostly serves the purpose of testing the limited API support.
1 parent 39f2ef2 commit 40594e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ jobs:
7272
- os: ubuntu
7373
python: '3.11'
7474
meson: '@git+https://github.com/mesonbuild/meson.git'
75+
- os: windows
76+
python: '3.11'
77+
meson: '@git+https://github.com/mesonbuild/meson.git'
7578

7679
steps:
7780
- name: Checkout

0 commit comments

Comments
 (0)