Check setup-kotlin
This commit is contained in:
parent
79f6e84e69
commit
31a716b48f
1 changed files with 1 additions and 1 deletions
2
.github/actions/prepare-test/action.yml
vendored
2
.github/actions/prepare-test/action.yml
vendored
|
|
@ -64,6 +64,6 @@ runs:
|
||||||
fi
|
fi
|
||||||
|
|
||||||
- uses: fwilhe2/setup-kotlin@9c245a6425255f5e98ba1ce6c15d31fce7eca9da
|
- uses: fwilhe2/setup-kotlin@9c245a6425255f5e98ba1ce6c15d31fce7eca9da
|
||||||
if: ${{ inputs.setup-kotlin }} == "true"
|
if: ${{ inputs.setup-kotlin == 'true' }}
|
||||||
with:
|
with:
|
||||||
version: 1.8.21
|
version: 1.8.21
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue