Skip to content

Bump actions/setup-java from 2 to 3 #155

Bump actions/setup-java from 2 to 3

Bump actions/setup-java from 2 to 3 #155

Workflow file for this run

name: Android CI (Pull Requests)
on:
pull_request:
branches: [ main, feature/* ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: set up JDK 17
uses: actions/setup-java@v3
with:
java-version: 17
distribution: temurin
- name: Build PR
run: .ci/ci-main.sh pull-request