Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 1.95 KB

README.md

File metadata and controls

37 lines (26 loc) · 1.95 KB

Setup Wwise

Set up your GitHub Actions workflow with a specific version of Wwise SDK.

Minimum supported Wwise SDK version: 2022.1.16

Inputs

Name Description
wwise-version Wwise version to use, in YEAR.MAJOR.MINOR or YEAR.MAJOR format.
Latest minor version will be installed when use YEAR.MAJOR format.
email Email of audiokinetic account.
password Password of audiokinetic account.

Outputs

Name Description
wwise-version The installed wwise version.

Defined Variables

This action will export these environment variables to your workflow job.

Name Value
WWISEROOT <HOME>/Wwise/<VERSION>
WWISESDK <HOME>/Wwise/<VERSION>/SDK
NDKROOT* ANDROID_NDK_HOME if runner support Android target, otherwise undefined.

Supported Targets

Runner Image Targets
ubuntu Android, Linux
windows Windows_vc160, Windows_vc170
macos iOS, Mac