Skip to content

Commit c5cc0a7

Browse files
committed
more descriptive comment
1 parent 88a92ce commit c5cc0a7

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/android.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,14 @@ jobs:
8383
run: |
8484
build_scripts/android/install_prereqs.sh
8585
86-
- name: Add strings.exe to PATH
86+
- name: Add strings.exe to PATH (Windows only)
8787
if: startsWith(matrix.os, 'windows')
8888
shell: bash
8989
run: |
90-
# strings.exe was installed in repo root by install_prereqs
90+
# strings.exe was installed in repo root by install_prereqs.sh.
91+
# There is another conflicting strings executable on Github runners.
92+
# "C:\ProgramData\Chocolatey\lib\mingw\tools\install\mingw64\bin\strings.exe"
93+
# Make sure to prepend the one in our repo root to the path.
9194
echo "${{ github.workspace }}" >> $GITHUB_PATH
9295
9396
- name: Cache ccache files

0 commit comments

Comments
 (0)