Skip to content

Commit eed8320

Browse files
committed
Fix path
1 parent 27a0d17 commit eed8320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

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

6969
- name: check path1
7070
shell: bash -l {0}

0 commit comments

Comments
 (0)