Skip to content

feat: (OONI Run v2) Add link cancellation toast https://github.com/oo… #1300

feat: (OONI Run v2) Add link cancellation toast https://github.com/oo…

feat: (OONI Run v2) Add link cancellation toast https://github.com/oo… #1300

Workflow file for this run

# build checks whether the project builds
name: build
on: [push]
jobs:
build:
runs-on: macos-latest
strategy:
matrix:
version:
- "StableFullRelease"
- "StableFdroidRelease"
steps:
- uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'temurin'
- name: checkout
uses: actions/checkout@v2
- run: ./gradlew build${{ matrix.version }} && ./gradlew clean