Created
June 10, 2020 07:40
-
-
Save ShaiqAhmedkhan/899e2076d29366c35490403aa9bc2dd5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
steps: | |
- uses: actions/checkout@v1 | |
- uses: actions/setup-java@v1 | |
with: | |
java-version: '12.x' | |
- uses: subosito/flutter-action@v1 | |
with: | |
channel: 'beta' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment