Browse Source

fix fpm ci installion

Signed-off-by: leongross <leon.gross@9elements.com>
pull/4268/head
leongross 6 months ago
committed by Ron Evans
parent
commit
ad0340d437
  1. 2
      .github/workflows/linux.yml

2
.github/workflows/linux.yml

@ -24,7 +24,7 @@ jobs:
# tar: needed for actions/cache@v4
# git+openssh: needed for checkout (I think?)
# ruby: needed to install fpm
run: apk add tar git openssh make g++ ruby
run: apk add tar git openssh make g++ ruby-dev
- name: Work around CVE-2022-24765
# We're not on a multi-user machine, so this is safe.
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

Loading…
Cancel
Save