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:
# java-version: "11.x"
- name: Setup JDK 17
uses: actions/setup-java@v3
- name: Setup JDK
uses: actions/setup-java@v1
with:
java-version: '17'
distribution: 'temurin'
cache: gradle
java-version: "11.x"
- name: Flutter action
uses: subosito/flutter-action@v1
@ -62,7 +60,7 @@ jobs:
channel: stable
- 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
run: |