Skip to content

Draft: Automatically regenerate bindings #2

Draft: Automatically regenerate bindings

Draft: Automatically regenerate bindings #2

name: Regenerate SDK bindings
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out Repository
uses: actions/checkout@v4
- name: Build Docker image
run: |
docker run --rm $(docker build --build-arg BRANCH=release -q -f tools/Dockerfile .) > crates/sys/src/bindings.rstr