From ad0340d437fc7995e12a24b06bf82807c2cb661a Mon Sep 17 00:00:00 2001 From: leongross Date: Thu, 16 May 2024 15:06:56 +0200 Subject: [PATCH] fix fpm ci installion Signed-off-by: leongross --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 6decf0f7cf..c1529aa8a1 100644 --- a/.github/workflows/linux.yml +++ b/.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"