From 39b4cca7720c4b7773d42b407ab9ed8812dfd02c Mon Sep 17 00:00:00 2001 From: Jai A P Date: Sat, 27 Aug 2022 20:39:46 +0530 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 18c71f44..ee149dbe 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -182,6 +182,7 @@ jobs: curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt install make build-essential git ruby libarchive-tools nodejs rpm libsecret-1-dev libfontconfig1-dev -y && git config --global --add safe.directory /github/workspace && + gem install public_suffix -v 4.0.7 && gem install fpm --no-document && npm i -g yarn && cd /github/workspace && @@ -203,6 +204,7 @@ jobs: curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt install make build-essential git ruby libarchive-tools nodejs rpm libsecret-1-dev libfontconfig1-dev -y && git config --global --add safe.directory /github/workspace && + gem install public_suffix -v 4.0.7 && gem install fpm --no-document && npm i -g yarn && cd /github/workspace &&