Skip to content

Commit

Permalink
More GitHub actions work.
Browse files Browse the repository at this point in the history
  • Loading branch information
zond committed Mar 5, 2020
1 parent 4f408b8 commit e5ee365
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v1
- name: Set up Go 1.14
uses: actions/setup-go@v1
with:
go-version: '1.14'
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit e5ee365

Please sign in to comment.