Skip to content

Commit

Permalink
set up ci/cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ndungudedan committed May 8, 2022
1 parent d59cc9d commit 6abd756
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:

#set up java environment
- uses: actions/setup-java@v2
with:
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '11'

- run: flutter doctor -v
- run: flutter config --enable-windows-desktop
Expand Down

0 comments on commit 6abd756

Please sign in to comment.