Skip to content

Commit 219a406

Browse files
committed
[fix] fix goreleaser release
1 parent 49f3920 commit 219a406

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222

2323
jobs:
2424
goreleaser:
25-
runs-on: ubuntu-latest
25+
runs-on: ubuntu-22.04
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v3
@@ -35,10 +35,6 @@ jobs:
3535
run: |
3636
sudo apt-get --quiet update
3737
sudo apt-get --no-install-suggests --no-install-recommends --quiet --yes install musl-tools snapcraft
38-
# https://github.com/goreleaser/goreleaser/issues/1715
39-
# https://bugs.launchpad.net/snapcraft/+bug/1889741
40-
mkdir -p "${HOME}/.cache/snapcraft/download"
41-
mkdir -p "${HOME}/.cache/snapcraft/stage-packages"
4238
mkdir -p /opt/chocolatey
4339
wget -q -O - "https://github.com/chocolatey/choco/releases/download/${CHOCOLATEY_VERSION}/chocolatey.v${CHOCOLATEY_VERSION}.tar.gz" | tar -xz -C "/opt/chocolatey"
4440
echo '#!/bin/bash' >> /usr/local/bin/choco

0 commit comments

Comments
 (0)