Skip to content

Commit 888bfc6

Browse files
committed
yet another attempt to fix release.yml
1 parent 503b809 commit 888bfc6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@ jobs:
1818
fetch-depth: 0
1919
- name: Set up Go
2020
uses: actions/setup-go@v5
21+
- name: Install dependencies
22+
run: sudo apt-get update && sudo apt-get install -y libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libgl1-mesa-dev xorg-dev
2123
- name: Run GoReleaser
2224
uses: goreleaser/goreleaser-action@v6
2325
with:
2426
# either 'goreleaser' (default) or 'goreleaser-pro'
2527
distribution: goreleaser
2628
# 'latest', 'nightly', or a semver
2729
version: '1.0.0'
28-
args: release --clean
30+
args: release --rm-dist
2931
env:
3032
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3133
# Your GoReleaser Pro key, if you are using the 'goreleaser-pro' distribution

0 commit comments

Comments
 (0)