Skip to content

Commit 88a92ce

Browse files
committed
removing accept license task for strings.exe
1 parent b842583 commit 88a92ce

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/android.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -90,13 +90,6 @@ jobs:
9090
# strings.exe was installed in repo root by install_prereqs
9191
echo "${{ github.workspace }}" >> $GITHUB_PATH
9292
93-
- name: Accept license for strings.exe
94-
if: startsWith(matrix.os, 'windows')
95-
shell: bash
96-
run: |
97-
echo "$PATH"
98-
strings -accepteula
99-
10093
- name: Cache ccache files
10194
id: cache_ccache
10295
uses: actions/cache@v2

0 commit comments

Comments
 (0)