Resolving open basedir restrictions with font files in avatar generat… #2580
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Makefile CI | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ "master", "*.*-dev" ] | |
pull_request: | |
branches: [ "master", "*.*-dev" ] | |
jobs: | |
build: | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Install dependencies | |
run: make build | |
- name: Run distcheck | |
run: make clean |