Skip to content

Commit

Permalink
[ci] Build with SheenBiDi on Windows as well
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Jan 9, 2023
1 parent 342c89c commit e6fbc70
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
- uses: actions/checkout@v3
Expand All @@ -60,6 +60,11 @@ jobs:
python-version: '3.10'
- name: Install Python Dependencies
run: pip install --upgrade meson ninja
- name: MSVC Setup
if: matrix.os == 'windows-latest'
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
- name: Meson Setup
run: meson -Dsheenbidi=true build
- name: Build
Expand Down

0 comments on commit e6fbc70

Please sign in to comment.