Skip to content

update-clib-port-event #16

update-clib-port-event

update-clib-port-event #16

name: Update vcpkg port
on:
repository_dispatch:
types: [update-clib-port-event]
workflow_dispatch:
permissions: write-all
concurrency:
group: update-vcpkg-port
cancel-in-progress: true
jobs:
update-vcpkg-port:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.12
- run: python update_vcpkg_port.py
- name: Add & Commit
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
message: "ci: update vcpkg port"