Skip to content

Commit

Permalink
chore: try to fix java related
Browse files Browse the repository at this point in the history
  • Loading branch information
BenderBlog committed Apr 10, 2024
1 parent 99c6d17 commit 2ae8e54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 20 deletions.
13 changes: 0 additions & 13 deletions .github/actions/setup_flutter/action.yml

This file was deleted.

13 changes: 6 additions & 7 deletions .github/workflows/release_for_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Install JDK
run: |
sudo apt-get update
sudo apt-get install -y openjdk-17-jdk-headless
sudo update-java-alternatives -a
java -version
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17

- name: Install Flutter
run: |
java -version
git submodule update --init --recursive
- name: Prepare Flutter Dependencies
Expand Down

0 comments on commit 2ae8e54

Please sign in to comment.