Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lobanov committed Sep 17, 2020
1 parent 118c15f commit 63dc42e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: setup-android-tools
uses: maxim-lobanov/setup-android-tools@1.0
uses: maxim-lobanov/setup-android-tools@v1.0
with:
packages: ndk;19.2.5345600
```
Expand All @@ -21,7 +21,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: maxim-lobanov/setup-android-tools@1.0
- uses: maxim-lobanov/setup-android-tools@v1.0
with:
packages: |
platforms;android-29
Expand All @@ -35,7 +35,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: maxim-lobanov/setup-android-tools@1.0
- uses: maxim-lobanov/setup-android-tools@v1.0
with:
packages: ndk;19.2.5345600
cache: true
Expand Down Expand Up @@ -66,4 +66,4 @@ See "[Caching dependencies to speed up workflows](https://help.github.com/github


### License
The scripts and documentation in this project are released under the [MIT License](LICENSE)
The scripts and documentation in this project are released under the [MIT License](LICENSE)

0 comments on commit 63dc42e

Please sign in to comment.