Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdiz authored Jan 31, 2025
1 parent 2861d8c commit defd090
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
flutter-version: 3.x
cache: true

- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'

- name: Install Dependencies
working-directory: ./frontend
run: flutter pub get
Expand Down

0 comments on commit defd090

Please sign in to comment.