Set up your GitHub Actions workflow with a specific version of Wwise SDK.
Minimum supported Wwise SDK version:
2022.1.16
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. |
Name | Description |
---|---|
wwise-version |
The installed wwise version. |
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. |
Runner Image | Targets |
---|---|
ubuntu |
Android , Linux |
windows |
Windows_vc160 , Windows_vc170 |
macos |
iOS , Mac |