Skip to content

Commit

Permalink
Update prerelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TNTwise authored Sep 6, 2024
1 parent a3d4637 commit f5f3c80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Install Python Dependencies
run: |
python3 -m pip install -r requirements.txt
- name: install other requirements
run : |
sudo apt-get install '^libxcb.*-dev' libx11-xcb-dev libglu1-mesa-dev libxrender-dev libxi-dev libxkbcommon-dev libxkbcommon-x11-dev
- name: Build
run: python3 build.py --build_exe

Expand Down

0 comments on commit f5f3c80

Please sign in to comment.