diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 06d458d..5610781 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,6 +1,3 @@ -# 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: @@ -24,6 +21,9 @@ jobs: with: go-version: '1.20' + - name: Install project dependencies + run: go mod download + - name: Install Docker run: | sudo apt-get update