Tempermanentorary fix for $HOME pointing at /var/lib

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2023-12-25 13:07:14 +01:00
parent 4dc9453476
commit a7e639823a
+2 -2
View File
@@ -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"