Skip to content

Commit

Permalink
build(goreleaser): add build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuar committed Jun 26, 2023
1 parent 1ce3d6d commit 8cbf57b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
id: setup_go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: "1.20"
- name: Install dependencies
if: ${{ steps.release_please.outputs.release_created }}
id: install_linux_deps
run: sudo apt-get install -y libevdev-dev
run: sudo apt-get install -y libevdev-dev desktop-file-utils
- name: Update VERSION
if: ${{ steps.release_please.outputs.release_created }}
id: update_version
Expand Down
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ before:
hooks:
- go mod tidy
- go generate ./...
# - desktop-file-validate assets/autocorrector.desktop
- desktop-file-validate assets/autocorrector.desktop
# - fyne-cross linux -icon assets/icon/autocorrector.png -release -app-version {{.Version}}

builds:
Expand Down

0 comments on commit 8cbf57b

Please sign in to comment.