typo
This commit is contained in:
parent
66924e3eb4
commit
cd5f41b27e
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ jobs:
|
|||
|
||||
if [[ -n "${{ parameters.crossRootFs }}" ]]; then
|
||||
customEnvVars="$customEnvVars ROOTFS_DIR=${{ parameters.crossRootFs}}"
|
||||
if [[ ${{ parameters.targetArchitecture }}' != 'wasm' ]]; then
|
||||
if [[ '${{ parameters.targetArchitecture }}' != 'wasm' ]]; then
|
||||
customEnvVars="$customEnvVars CROSSCOMPILE=1"
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue