Skip to content

Commit

Permalink
added cicd workflow for cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
Shreedhar73 committed Jul 20, 2022
1 parent 5e02997 commit a2a4830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: "11"
java-version: "1.8.x"
- uses: subosito/flutter-action@v1
with:
channel: "stable"
Expand All @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: "11"
java-version: "1.8.x"
- uses: subosito/flutter-action@v1
with:
channel: "stable"
Expand Down

0 comments on commit a2a4830

Please sign in to comment.