diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8fc2c1..4844355 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,8 +31,8 @@ jobs: # Native deps for `go build -tags wailsdesktop` below. Wails v3 # alpha targets WebKitGTK 6.0 (which pulls in GTK4 + libsoup-3.0); # Ubuntu 24.04 (ubuntu-latest) ships these as libwebkitgtk-6.0-dev. - # The default `go build ./...` doesn't need any of this — it's - # only the wailsdesktop-tagged build that links to the webview. + # The default build/vet/test don't need any of this — only the + # wailsdesktop-tagged build links to the webview. - name: Install Wails native deps run: | sudo apt-get update @@ -40,9 +40,6 @@ jobs: libgtk-4-dev libwebkitgtk-6.0-dev libsoup-3.0-dev \ pkg-config - - name: go build - run: go build ./... - # Catch regressions in cmd/squirrel-desktop/main_wailsdesktop.go, # which is excluded from the default build by its build tag and # would otherwise never be compiled in CI.