Skip to content

Linux: Update the bundled libfreetype with one that has the bz2 dependency dropped from it - it shouldnbt be needed anyway in most cases #2

Linux: Update the bundled libfreetype with one that has the bz2 dependency dropped from it - it shouldnbt be needed anyway in most cases

Linux: Update the bundled libfreetype with one that has the bz2 dependency dropped from it - it shouldnbt be needed anyway in most cases #2

Workflow file for this run

name: Pull Request Labeler
on:
- pull_request_target
jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
configuration-path: .github/labeler.yaml
repo-token: "${{ secrets.GITHUB_TOKEN }}"