furnace/extern/portaudio-modified/.github/workflows/compare_def_files.yml
tildearrow 165b814f5d desubmodulize portaudio - PLEASE READ
this is necessary in order to get Furnace to build using CMake 4.0.

you should do:

git submodule deinit extern/portaudio
2025-02-22 14:47:45 -05:00

18 lines
376 B
YAML

name: Check that PortAudio .def files are in sync
on: [push, pull_request]
jobs:
run-pa-compare-def-files-py:
runs-on: ubuntu-latest
name: Ubuntu
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run the pa_compare_def_files.py script
run: python ./pa_compare_def_files.py