ci: Switch to 11.x jdk

This commit is contained in:
Blazebrain 2024-07-09 07:20:06 +01:00
parent 1504b55d83
commit 034c575824

View file

@ -48,12 +48,10 @@ jobs:
# with: # with:
# java-version: "11.x" # java-version: "11.x"
- name: Setup JDK 17 - name: Setup JDK
uses: actions/setup-java@v3 uses: actions/setup-java@v1
with: with:
java-version: '17' java-version: "11.x"
distribution: 'temurin'
cache: gradle
- name: Flutter action - name: Flutter action
uses: subosito/flutter-action@v1 uses: subosito/flutter-action@v1
@ -62,7 +60,7 @@ jobs:
channel: stable channel: stable
- name: Install package dependencies - name: Install package dependencies
run: sudo apt-get install -y curl unzip automake build-essential file pkg-config git python-is-python3 libtool libtinfo5 cmake clang run: sudo apt-get install -y curl unzip automake build-essential file pkg-config git python libtool libtinfo5 cmake clang
- name: Execute Build and Setup Commands - name: Execute Build and Setup Commands
run: | run: |