fix: linux ci (#2952)

cyan committed Feb 23, 2026 at 19:28 UTC ed00936feae8f12235dc0524ac3c5a78b4d957fa
1 file changed +8 -8
.github/workflows/pr_test_build_linux.yml
+8 -8
@@ -101,11 +101,11 @@ jobs:
101 ./build_zcash.sh
102 popd
103
104 - - name: Execute Build and Setup Commands
104 + - name: Build Bitbox Flutter
105 run: |
106 - pushd scripts/linux
107 - source ./app_env.sh cakewallet
108 - ./app_config.sh
106 + set -x -e
107 + pushd scripts
108 + ./build_bitbox_flutter.sh
109 popd
110
111 - name: Build monero_c
@@ -118,11 +118,11 @@ jobs:
118 unxz -fv release/*/*.xz
119 popd
120
121 - - name: Build Bitbox Flutter
121 + - name: Execute Build and Setup Commands
122 run: |
123 - set -x -e
124 - pushd scripts
125 - ./build_bitbox_flutter.sh
123 + pushd scripts/linux
124 + source ./app_env.sh cakewallet
125 + ./app_config.sh
126 popd
127
128 - name: Install Flutter dependencies