generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy pathaction.yml
More file actions
32 lines (30 loc) · 789 Bytes
/
action.yml
File metadata and controls
32 lines (30 loc) · 789 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
name: Setup Android NDK
description: Setup an Android NDK environment by downloading and optionally caching it and adding it to the PATH
author: Raphaël Thériault
branding:
icon: play
color: green
inputs:
ndk-version:
description: Exact version to use
required: true
add-to-path:
description: Add installation directory to the PATH
required: false
default: "true"
link-to-sdk:
description: Add installed NDK to the Android SDK
required: false
default: "false"
local-cache:
description: Use the local job cache on top of the runner tool cache
required: false
default: "false"
outputs:
ndk-path:
description: Installation path
ndk-full-version:
description: Full NDK version
runs:
using: node24
main: dist/index.js