Tempermanentorary fix for $HOME pointing at /var/lib
This commit is contained in:
@@ -24,8 +24,8 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install ruby-full build-essential zlib1g-dev
|
||||
echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc
|
||||
echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc
|
||||
echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc
|
||||
echo 'export GEM_HOME="/tmp/gems"' >> ~/.bashrc
|
||||
echo 'export PATH="/tmp/gems/bin:$PATH"' >> ~/.bashrc
|
||||
source ~/.bashrc
|
||||
gem install jekyll bundler
|
||||
- name: "Build"
|
||||
|
||||
Reference in New Issue
Block a user