Skip to content

Commit

Permalink
Set up flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardGomezEscandell committed Sep 19, 2023
1 parent fb7e058 commit dac6a8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: "go.work"
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: '3.13.x'
- name: Set up MSBuild
uses: microsoft/[email protected]
- name: Set up the certfificate
Expand Down

0 comments on commit dac6a8b

Please sign in to comment.