Trying to move repository in actions
Dummy workflow to run everything once. No further testing. / build (push) Successful in 26s
Details
Dummy workflow to run everything once. No further testing. / build (push) Successful in 26s
Details
This commit is contained in:
parent
4b0db106b8
commit
15720ff6b2
|
@ -19,7 +19,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd ..
|
cd ..
|
||||||
mkdir -p ~/.config
|
mkdir -p ~/.config
|
||||||
mv nvim ~/.config/nvim
|
cp -r nvim ~/.config/nvim
|
||||||
cd ~/.config/nvim
|
cd ~/.config/nvim
|
||||||
chmod +x setup_nvim.sh
|
chmod +x setup_nvim.sh
|
||||||
./setup_nvim.sh
|
./setup_nvim.sh
|
||||||
|
|
Loading…
Reference in New Issue