File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 2222
2323jobs :
2424 goreleaser :
25- runs-on : ubuntu-latest
25+ runs-on : ubuntu-22.04
2626 steps :
2727 - name : Checkout
2828 uses : actions/checkout@v3
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
You can’t perform that action at this time.
0 commit comments