mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-11-17 01:37:40 +00:00
ci: Switch to 11.x jdk
This commit is contained in:
parent
1504b55d83
commit
034c575824
1 changed files with 4 additions and 6 deletions
10
.github/workflows/automated_integration_test.yml
vendored
10
.github/workflows/automated_integration_test.yml
vendored
|
@ -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: |
|
||||||
|
|
Loading…
Reference in a new issue