Skip to content

Commit 97bb2a7

Browse files
authored
Build android-ia32 on android-x64 sdk (#2508)
1 parent 8212024 commit 97bb2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
--workdir "$PWD" \
9393
${{ matrix.image }} <<'EOF'
9494
set -e
95-
export DART_SDK=/system/${{ endsWith(matrix.target, '64') && 'lib64' || 'lib' }}/dart
95+
export DART_SDK=/system/${{ matrix.target != 'android-arm' && 'lib64' || 'lib' }}/dart
9696
export PATH=$DART_SDK/bin:$PATH
9797
dart pub get
9898
dart run grinder pkg-standalone-${{ matrix.target }}

0 commit comments

Comments
 (0)