Skip to content

Test does AGP8 deprecated buildFeatures.aidl #27

Test does AGP8 deprecated buildFeatures.aidl

Test does AGP8 deprecated buildFeatures.aidl #27

Workflow file for this run

name: genbindings
on:
push:
branches:
- dev
paths-ignore:
- '**.md'
- '**/*.md.in'
- 'docs/**'
- '.github/workflows/publish.yml'
- 'tools/ci/make-pkg.ps1'
workflow_dispatch:
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
with:
submodules: 'recursive'
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.11.5'
- name: Build
run: tools\ci\genbindings.ps1
- name: Commit genbindings changes
uses: EndBug/add-and-commit@v9
with:
committer_name: GitHub Actions
committer_email: 41898282+github-actions[bot]@users.noreply.github.com
message: 'Committing genbindings changes[skip appveyor]'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}