Skip to content

Commit

Permalink
Build android-ia32 on android-x64 sdk (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntkme authored Feb 12, 2025
1 parent 8212024 commit 97bb2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
--workdir "$PWD" \
${{ matrix.image }} <<'EOF'
set -e
export DART_SDK=/system/${{ endsWith(matrix.target, '64') && 'lib64' || 'lib' }}/dart
export DART_SDK=/system/${{ matrix.target != 'android-arm' && 'lib64' || 'lib' }}/dart
export PATH=$DART_SDK/bin:$PATH
dart pub get
dart run grinder pkg-standalone-${{ matrix.target }}
Expand Down

0 comments on commit 97bb2a7

Please sign in to comment.