Skip to content

Fixes for the android app #2

Fixes for the android app

Fixes for the android app #2

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
strategy:
matrix:
include:
- os: ubuntu-latest
task: compileKotlinAndroid
- os: macos-latest
task: compileKotlinIosSimulatorArm64
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
- uses: gradle/actions/setup-gradle@v4
- name: Build
run: ./gradlew ${{ matrix.task }}