Skip to content

Commit

Permalink
Liste capnp files in github workflow for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
agates committed Jun 16, 2024
1 parent f833116 commit f64a654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
pip install poetry twine
- name: Copy schema files from upstream
run: ./copy-schema-files.sh
- name: List all capnp files
run: find podping_schemas -name "*.capnp" -exec ls -l {} \;
- name: Build manylinux Python 3.9 wheels
uses: RalfG/[email protected]
with:
Expand Down

0 comments on commit f64a654

Please sign in to comment.