Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,14 @@ jobs:
uses: actions/checkout@v6
with:
fetch-depth: 0
submodules: recursive

- name: Install Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: '3.38.1'
channel: 'stable'

# - name: Setup | Rust
# uses: dtolnay/rust-toolchain@stable
# with:
# components: clippy
- name: Checkout submodules
run: git submodule update --init --recursive

- name: install dependencies
run: |
cargo install cargo-ndk
Expand All @@ -37,7 +32,7 @@ jobs:
- name: Configure app
run: |
cd scripts
yes yes | ./build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet" || true
echo "yes" | ./build_app.sh -v "0.0.1" -b "1" -p "linux" -a "stack_wallet"

- name: Get dependencies
run: flutter pub get
Expand Down
Loading