Skip to content

Commit 836299f

Browse files
committed
try fixing path
1 parent 937b8a3 commit 836299f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,10 +234,15 @@ jobs:
234234
fi
235235
shell: bash
236236

237+
- name: Try fixing path
238+
if: ${{ runner.os == 'Windows' }}
239+
run: echo "C:\Program Files\Git\bin" >> $GITHUB_PATH
240+
shell: bash
241+
237242
- name: Log environment info
238243
run: |
239244
echo OPAM version: $(opam --version)
240-
echo Bash: $(which bash)
245+
echo Shell: $SHELL
241246
echo Path: $PATH
242247
shell: bash
243248

0 commit comments

Comments
 (0)