Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Factual0367 authored Sep 17, 2024
1 parent 7d1b869 commit 96bae19
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# This workflow will build a Go project using the Makefile and fyne-cross for Linux and Windows,
# and upload the resulting binaries to GitHub releases.

name: Go

on:
Expand Down Expand Up @@ -36,10 +39,10 @@ jobs:
sudo apt-get update
sudo apt-get install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
- name: Install Go, GCC, OpenGL, and X11 libraries
- name: Install Go, GCC, OpenGL, GTK+, and X11 libraries
run: |
sudo apt-get update
sudo apt-get install -y gcc libgl1-mesa-dev xorg-dev
sudo apt-get install -y gcc libgl1-mesa-dev xorg-dev libgtk-3-dev
- name: Install fyne-cross
run: go install github.com/fyne-io/fyne-cross@latest
Expand Down

0 comments on commit 96bae19

Please sign in to comment.