Skip to content

Commit

Permalink
Updated some appimage dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCode authored Jan 4, 2024
1 parent 3c41901 commit 8b9ee99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libglfw3-dev
sudo apt-get install -y libgl1-mesa-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libglfw3-dev libxxf86vm-dev
- name: Build the Go application
Expand Down

0 comments on commit 8b9ee99

Please sign in to comment.