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 0bbc612 commit 2465c2dCopy full SHA for 2465c2d
.github/workflows/cronet.yml
@@ -24,13 +24,18 @@ jobs:
24
verify:
25
name: Format & Analyze & Test
26
runs-on: ubuntu-latest
27
+ timeout-minutes: 20
28
strategy:
29
matrix:
30
cronetHttpNoPlay: ['false', 'true']
31
defaults:
32
run:
33
working-directory: pkgs/cronet_http
34
steps:
35
+ - name: Delete unnecessary tools 🔧
36
+ uses: jlumbroso/[email protected]
37
+ with:
38
+ android: false # Don't remove Android tools
39
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
40
- uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9
41
with:
0 commit comments