Skip to content

Commit

Permalink
fix build action dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
user-none committed Aug 19, 2024
1 parent 9b8bf68 commit 3d8d35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@v4
- name: Install deps
run: |
sudo apt-get install -y build-essential cmake ninja-build qt6-base-dev libx11-dev
sudo apt-get install -y build-essential cmake ninja-build qt6-base-dev libx11-dev libxcb1-dev libxmu-dev
- name: Build
run: |
mkdir build
Expand Down

0 comments on commit 3d8d35f

Please sign in to comment.