ci: don't execute unnecessary steps (#2581)

cyan committed Oct 17, 2025 at 16:23 UTC 718db2f214f469f9f8166f8115386ee9c7c01399
2 files changed +2 -2
.github/workflows/pr_test_build_android.yml
-1
@@ -232,7 +232,6 @@ jobs:
232 run: |
233 set -x -e
234 pushd scripts
235 - gomobile init;
235 ./build_bitbox_flutter.sh
236 popd
237
scripts/build_bitbox_flutter.sh
+2 -1
@@ -2,8 +2,9 @@
2
3 git clone https://github.com/konstantinullrich/bitbox_flutter
4 cd bitbox_flutter
5 +
6 git checkout 5a6e6dd388ef64003f86094af80d5453518b601d
6 -bash ./build_bindings.sh
7 +bash ./build_bindings.sh --dont-install
8
9 FILE=api.aar
10 if [ -f "$FILE" ]; then