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>
pull/3215/head dev-build-claudine-add_magnolia_tamed_font
rejbasket 2024-09-24 18:26:16 +02:00 zatwierdzone przez GitHub
rodzic 7cb5f14992
commit db4f2a2561
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
2 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

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

Wyświetl plik

@ -105,8 +105,6 @@ if [ "$BUILD" = "windows" ]; then
fi
if [ "$BUILD" = "linux" ]; then
gem install fpm
if [[ "$VERSION" =~ ^v[0-9][.0-9]+$ ]]; then
VERSION=${VERSION#v}
else