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 377eddb commit 4700a3f
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 4700a3f

Please sign in to comment.