Skip to content

Commit

Permalink
to: add libxcb-cursor-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
fishros committed Apr 2, 2024
1 parent 6bba649 commit db01e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v2

- name: install dependencies
run: sudo apt update && sudo apt install libqt6* -y
run: sudo apt update && sudo apt install libqt6* libxcb-cursor-dev -y

- name: Set up Python 3.10.10
uses: actions/setup-python@master
Expand Down

0 comments on commit db01e34

Please sign in to comment.