Skip to content

Commit

Permalink
Use bat not cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrattli committed Oct 22, 2023
1 parent 5398de3 commit 0fe46fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:

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

- name: Install dependencies
run: |
Expand Down

0 comments on commit 0fe46fb

Please sign in to comment.