Skip to content

Commit

Permalink
Add windows action
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Liu <[email protected]>
  • Loading branch information
andy0808 committed Aug 23, 2023
1 parent a8126d4 commit 4d641ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: prepare-requirements
run: |
echo "Prepare python requirements on $RUNNER_OS"
cd $GITHUB_WORKSPACE
cd "$GITHUB_WORKSPACE"
cd .\mm\src
pip3 install -r requirements.txt
Expand Down

0 comments on commit 4d641ad

Please sign in to comment.