We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7407749 commit 7788537Copy full SHA for 7788537
1 file changed
.github/workflows/test.yaml
@@ -9,19 +9,14 @@ jobs:
9
uses: actions/checkout@v6
10
with:
11
fetch-depth: 0
12
+ submodules: recursive
13
+
14
- name: Install Flutter
15
uses: subosito/flutter-action@v2
16
17
flutter-version: '3.38.1'
18
channel: 'stable'
19
- # - name: Setup | Rust
- # uses: dtolnay/rust-toolchain@stable
20
- # with:
21
- # components: clippy
22
- - name: Checkout submodules
23
- run: git submodule update --init --recursive
24
-
25
- name: install dependencies
26
run: |
27
cargo install cargo-ndk
@@ -37,7 +32,7 @@ jobs:
37
32
- name: Configure app
38
33
39
34
cd scripts
40
- yes yes | ./build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet" || true
35
+ echo "yes" | ./build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet"
41
36
42
- name: Get dependencies
43
run: flutter pub get
0 commit comments