Skip to content

Commit

Permalink
fix: snapcraft at it again, attempt to workaround parallelism issue
Browse files Browse the repository at this point in the history
  • Loading branch information
slntopp committed Jan 26, 2024
1 parent 0ee2d88 commit 401c364
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,14 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.20'

- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v2
- name: Spancraft parallelism hack
run: |
mkdir -p /home/runner/.cache/snapcraft/download
mkdir -p /home/runner/.cache/snapcraft/stage-packages
- name: Install upx
run: sudo apt install upx -y
- name: Run GoReleaser
Expand Down

0 comments on commit 401c364

Please sign in to comment.