Skip to content

Commit

Permalink
Install dependencies for the Linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
cristim committed May 19, 2024
1 parent ce58c7f commit df3b92c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
- name: Install Fyne CLI
run: go install fyne.io/fyne/v2/cmd/fyne@latest

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libgl1-mesa-dev libxcursor-dev pkg-config
- name: Build for Linux
run: fyne package -os linux -icon logo.png

Expand Down

0 comments on commit df3b92c

Please sign in to comment.