We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbba709 commit 72a757aCopy full SHA for 72a757a
.github/workflows/android.yml
@@ -95,14 +95,13 @@ jobs:
95
96
- name: Run strings.exe once to accept license(Windows only)
97
if: startsWith(matrix.os, 'windows')
98
- continue-on-error: true
99
shell: bash
100
run: |
101
# This invocation is just to accept the license. Otherwise the command
102
# fails during build process. Also, running a command with just this
103
# flag makes the process exit with code 127 and stops the workflow.
104
# We ignore the error and continue with the rest of the steps.
105
- strings -accepteula
+ strings -accepteula || true
106
107
- name: Cache ccache files
108
id: cache_ccache
0 commit comments