fix fpm ci installion

Signed-off-by: leongross <leon.gross@9elements.com>
This commit is contained in:
leongross
2024-05-16 15:06:56 +02:00
committed by Ron Evans
parent 30c4df16f2
commit ad0340d437
+1 -1
View File
@@ -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"