Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
fluttertpc_get
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Jonny Borges
2022-07-31 15:17:05 +0100
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
eb99b189691b9e707045586f580874a4209fd1b9
eb99b189
1 parent
4dab4242
update flutter version on actions
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
.github/workflows/main.yml
.github/workflows/main.yml
View file @
eb99b18
...
...
@@ -18,12 +18,12 @@ jobs:
steps
:
# The branch or tag ref that triggered the workflow will be checked out.
# https://github.com/actions/checkout
-
uses
:
actions/checkout@v
1
-
uses
:
actions/checkout@v
3
# Setup a flutter environment.
# https://github.com/marketplace/actions/flutter-action
-
uses
:
subosito/flutter-action@v
1
-
uses
:
subosito/flutter-action@v
2
with
:
flutter-version
:
"
2
.8.0"
flutter-version
:
"
3
.8.0"
channel
:
"
stable"
-
run
:
flutter pub get
#- run: flutter analyze
...
...
Please
register
or
login
to post a comment