Skip to content

Update android-build1.yml #13

Update android-build1.yml

Update android-build1.yml #13

name: "Android x64 Build"
on:
workflow_dispatch:
push:
branches:
- AE
- rel-*
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
env:
ORT_NIGHTLY_REST_API: "https://feeds.dev.azure.com/aiinfra/PublicPackages/_apis/packaging/Feeds/ORT-Nightly/packages?packageNameQuery=Microsoft.ML.OnnxRuntime&api-version=6.0-preview.1"
ORT_PACKAGE_NAME: "Microsoft.ML.OnnxRuntime"
ORT_NIGHTLY_SOURCE: "https://aiinfra.pkgs.visualstudio.com/PublicPackages/_packaging/ORT-Nightly/nuget/v3/index.json"
ANDROID_ABI: "x86_64"
jobs:
android_x64:
runs-on: ubuntu-latest
steps:
- name: Checkout OnnxRuntime GenAI repo
uses: actions/checkout@v4
with:
submodules: true
- name: Setup Java 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'gradle'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
w

Check failure on line 39 in .github/workflows/android-build1.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/android-build1.yml

Invalid workflow file

You have an error in your yaml syntax on line 39