Skip to content

Commit

Permalink
fix: darwin build fix
Browse files Browse the repository at this point in the history
symlink already exists error, see actions/setup-python#577
  • Loading branch information
jgillich committed Mar 3, 2024
1 parent 3c00d18 commit 6981f4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ jobs:
go-version: stable
- name: Install dependencies
run: |
brew install gtk4 pkg-config gobject-introspection gtksourceview5 libadwaita hicolor-icon-theme adwaita-icon-theme create-dmg dylibbundler vte3
brew install --overwrite gtk4 pkg-config gobject-introspection gtksourceview5 libadwaita hicolor-icon-theme adwaita-icon-theme create-dmg dylibbundler vte3
- name: Build
run: |
go run github.com/goreleaser/goreleaser@latest build -f build/darwin/.goreleaser.yaml --single-target --snapshot
Expand Down

0 comments on commit 6981f4d

Please sign in to comment.