We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9143a29 commit 840a943Copy full SHA for 840a943
.github/workflows/release.yaml
@@ -77,17 +77,12 @@ jobs:
77
libsecret-1-dev:$APT_ARCH \
78
libkrb5-dev:$APT_ARCH \
79
ca-certificates \
80
- curl wget rsync gettext-base
+ curl wget rsync gettext-base quilt git
81
- name: Install nfpm
82
run: |
83
mkdir -p ~/.local/bin
84
curl -sSfL https://github.com/goreleaser/nfpm/releases/download/v2.3.1/nfpm_2.3.1_`uname -s`_`uname -m`.tar.gz | tar -C ~/.local/bin -zxv nfpm
85
echo "$HOME/.local/bin" >> $GITHUB_PATH
86
- - run: sudo apt update && sudo apt install -y libkrb5-dev
87
- - uses: awalsh128/cache-apt-pkgs-action@2c09a5e66da6c8016428a2172bd76e5e4f14bb17 # latest
88
- with:
89
- packages: quilt
90
- version: 1.0
91
92
- name: Set version to tag without leading v
93
0 commit comments