CI: cmake.yml: list contents of install dir after running cmake --install for inspection purposes #815
Workflow file for this run
This file contains hidden or 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: 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@v6 | |
| - uses: actions/setup-python@v6 | |
| with: | |
| python-version: '3.x' | |
| - name: Run the pa_compare_def_files.py script | |
| run: python ./pa_compare_def_files.py |