diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e9503dd..d077fc8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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: @@ -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