mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-08 03:39:23 +00:00
Update test.yaml
Flutter version
This commit is contained in:
parent
a9094a4ad9
commit
bfc24edeab
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
|
@ -8,12 +8,12 @@ jobs:
|
||||||
- name: Prepare repository
|
- name: Prepare repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.10.3'
|
flutter-version: '3.10.6'
|
||||||
channel: 'stable'
|
channel: 'stable'
|
||||||
- name: Install Flutter
|
- name: Install Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.10.3'
|
flutter-version: '3.10.6'
|
||||||
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