Skip to content

Commit

Permalink
Specify max version for xkbcommon in release action
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Aug 4, 2024
1 parent 1bc7298 commit 2bfbce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ jobs:
pip install auditwheel build
- name: Build wheels
run: |
# We only have libxkbcommon 0.9.4, install compatible xkbcommon version
python -m pip install xkbcommon<1.5
python -m build --wheel
ls dist/
auditwheel show dist/pywlroots-*.whl
Expand Down

0 comments on commit 2bfbce9

Please sign in to comment.