Skip to content

Fix bindgen-cli support link static libclang (#2644) #130

Fix bindgen-cli support link static libclang (#2644)

Fix bindgen-cli support link static libclang (#2644) #130

name: sync master from main
on:
push:
branches:
- main
jobs:
sync-branches:
runs-on: ubuntu-latest
name: Keep master and main in sync until master is done
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Merge master <- main
uses: devmasx/merge-branch@master
with:
type: now
from_branch: main
target_branch: master
github_token: ${{ secrets.GITHUB_TOKEN }}