mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 09:17:37 +00:00
Update test.yaml
This commit is contained in:
parent
b065a34084
commit
f8ce284b0f
1 changed files with 2 additions and 4 deletions
6
.github/workflows/test.yaml
vendored
6
.github/workflows/test.yaml
vendored
|
@ -10,13 +10,11 @@ jobs:
|
|||
with:
|
||||
flutter-version: '3.7.10'
|
||||
channel: 'stable'
|
||||
- name: Install Flutter
|
||||
- uses: actions/checkout@v3
|
||||
- uses: subosito/flutter-action@v2
|
||||
- name: Install Flutter
|
||||
uses: subosito/flutter-action@v2
|
||||
with:
|
||||
flutter-version: '3.7.10'
|
||||
channel: 'stable'
|
||||
- run: flutter --version
|
||||
- name: Setup | Rust
|
||||
uses: ATiltedTree/setup-rust@v1
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue