summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrejbasket <39080670+rejbasket@users.noreply.github.com>2024-09-24 18:26:16 +0200
committerGitHub <noreply@github.com>2024-09-24 18:26:16 +0200
commitdb4f2a25617b4f094559aba9d1c327fd7dd92a26 (patch)
tree3f56ea05f73828ef355f5d410c93ee67c759c156 /.github
parent7cb5f149925946dd7665f3ef499842ed4c3c2f2c (diff)
Rejbasket/linux package fix (#3210)
* fix gem FilePermissionError change install to HOME folder * gem update after setting home * added gem commands to build.yml to fix Gem::FilePermissionError * removed gem update from build.yml --------- Co-authored-by: rejbasket <rejbasket@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8b4a1bc5..c0b58cb5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -29,6 +29,7 @@ jobs:
shell: bash
run: |
sudo apt-get update
+ sudo gem install fpm
python -m pip install --upgrade pip
python -m pip install wheel