kopia lustrzana https://github.com/inkstitch/inkstitch
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
rodzic
7cb5f14992
commit
db4f2a2561
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue