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 &&