Skip to content

Commit 840a943

Browse files
committed
Fix quilt and git install on linux job
1 parent 9143a29 commit 840a943

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,12 @@ jobs:
7777
libsecret-1-dev:$APT_ARCH \
7878
libkrb5-dev:$APT_ARCH \
7979
ca-certificates \
80-
curl wget rsync gettext-base
80+
curl wget rsync gettext-base quilt git
8181
- name: Install nfpm
8282
run: |
8383
mkdir -p ~/.local/bin
8484
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
8585
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
9186
9287
- name: Set version to tag without leading v
9388
run: |

0 commit comments

Comments
 (0)