Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
akenmorris committed Jul 8, 2023
1 parent 27a0d17 commit eed8320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

- name: Add to path
shell: bash -l {0}
run: echo "C:\c\Miniconda3\envs\shapeworks\Library\bin" >> $GITHUB_PATH
run: echo "C:\Miniconda3\envs\shapeworks\Library\bin" >> $GITHUB_PATH

- name: check path1
shell: bash -l {0}
Expand Down

0 comments on commit eed8320

Please sign in to comment.