File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
runs-on: ubuntu-latest
11
11
steps:
12
12
- name: setup-android-tools
13
- uses: maxim-lobanov/setup-android-tools@1 .0
13
+ uses: maxim-lobanov/setup-android-tools@v1 .0
14
14
with:
15
15
packages: ndk;19.2.5345600
16
16
```
21
21
build:
22
22
runs-on: ubuntu-latest
23
23
steps:
24
- - uses: maxim-lobanov/setup-android-tools@1 .0
24
+ - uses: maxim-lobanov/setup-android-tools@v1 .0
25
25
with:
26
26
packages: |
27
27
platforms;android-29
35
35
build:
36
36
runs-on: ubuntu-latest
37
37
steps:
38
- - uses: maxim-lobanov/setup-android-tools@1 .0
38
+ - uses: maxim-lobanov/setup-android-tools@v1 .0
39
39
with:
40
40
packages: ndk;19.2.5345600
41
41
cache: true
@@ -66,4 +66,4 @@ See "[Caching dependencies to speed up workflows](https://help.github.com/github
66
66
67
67
68
68
### License
69
- The scripts and documentation in this project are released under the [ MIT License] ( LICENSE )
69
+ The scripts and documentation in this project are released under the [ MIT License] ( LICENSE )
You can’t perform that action at this time.
0 commit comments