Skip to content

Commit

Permalink
Use cmd script for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Oct 22, 2023
1 parent 9ab5901 commit 5398de3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,14 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Fable Library - Python
- name: Fable Library - Python (linux)
if: matrix.platform == 'ubuntu-latest'
run: ./build.sh fable-library --python

- name: Fable Library - Python (Windows)
if: matrix.platform == 'windows-latest'
run: ./build.cmd fable-library --python

- name: Install dependencies
run: |
pip install poetry
Expand Down

0 comments on commit 5398de3

Please sign in to comment.