mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-18 02:07:43 +00:00
Merge pull request #730 from cypherstack/actions
Fix tests: update Flutter to 3.16.0 for actions
This commit is contained in:
commit
afb4a9c641
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
- name: Install Flutter
|
- name: Install Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.10.6'
|
flutter-version: '3.16.0'
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- name: Setup | Rust
|
- name: Setup | Rust
|
||||||
uses: ATiltedTree/setup-rust@v1
|
uses: ATiltedTree/setup-rust@v1
|
||||||
|
|
Loading…
Reference in a new issue