Skip to content

Commit

Permalink
Update appimage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCode authored Jan 4, 2024
1 parent d052b3a commit 3c41901
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ jobs:
with:
go-version: '1.21.5'

- 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
- name: Build the Go application
run: |
GOOS=linux go build -o myapp
Expand Down

0 comments on commit 3c41901

Please sign in to comment.