Skip to content

It's too difficult for me to understand. #55

It's too difficult for me to understand.

It's too difficult for me to understand. #55

Workflow file for this run

name: Android CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 1.8