Skip to content

Commit 282be42

Browse files
committed
CI: Add workaround for platform detections bug
1 parent f6d613f commit 282be42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/.craft.ps1

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ if ($IsWindows) {
55
$python = (Get-Command python3).Source
66
}
77

8+
# workaround, prevent CraftMaster detecting the platform as android
9+
$env:ANDROID_NDK = $null
10+
811
$RepoRoot = "{0}/../../" -f ([System.IO.Path]::GetDirectoryName($myInvocation.MyCommand.Definition))
912
$command = @("${env:HOME}/craft/CraftMaster/CraftMaster/CraftMaster.py",
1013
"--config", "${RepoRoot}/.craft.ini",

0 commit comments

Comments
 (0)