We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bb8c38 commit d9f2dc0Copy full SHA for d9f2dc0
2 files changed
.github/workflows/check.yaml
@@ -17,7 +17,8 @@ jobs:
17
18
- name: Configure app
19
run: |
20
- ./scripts/build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet"
+ cd scripts
21
+ yes yes | ./build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet" || true
22
23
- name: Debug workspace
24
.github/workflows/test.yaml
@@ -29,6 +29,10 @@ jobs:
29
30
cd crypto_plugins/flutter_libepiccash/scripts/linux/
31
./build_all.sh
32
+ - name: Configure app
33
+ run: |
34
35
36
- name: Get dependencies
37
run: flutter pub get
38
- name: Create temp files
0 commit comments