Skip to content

deps: Upgrade ORT to the current main revision #296

deps: Upgrade ORT to the current main revision

deps: Upgrade ORT to the current main revision #296

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
env:
GRADLE_OPTS: -Dorg.gradle.daemon=false
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Build the JAR
uses: gradle/gradle-build-action@v2
with:
arguments: --stacktrace jar