Update .forgejo/workflows/release.yaml
This commit is contained in:
parent
809d3e520d
commit
a9199e0396
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ jobs:
|
||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Configure SDK path
|
||||||
|
run: echo "sdk.dir=/opt/android-sdk" > local.properties
|
||||||
|
|
||||||
- name: Check Java version
|
- name: Check Java version
|
||||||
run: |
|
run: |
|
||||||
if ! command -v java >/dev/null; then
|
if ! command -v java >/dev/null; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue