Skip to content

Commit

Permalink
CI: run tests with Meson main git branch on Windows too
Browse files Browse the repository at this point in the history
This mostly serves the purpose of testing the limited API support.
  • Loading branch information
dnicolodi committed Aug 15, 2023
1 parent 991b642 commit 0e20fc8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ jobs:
- os: ubuntu
python: '3.11'
meson: '@git+https://github.com/mesonbuild/meson.git'
- os: windows
python: '3.11'
meson: '@git+https://github.com/mesonbuild/meson.git'

steps:
- name: Checkout
Expand Down

0 comments on commit 0e20fc8

Please sign in to comment.