Update blank.yml

This commit is contained in:
Hörmet Yiltiz 2023-12-20 19:05:37 -05:00 committed by GitHub
parent ed1a1a5fa8
commit 165b2fbcd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,8 @@ jobs:
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
apt update
apt install neovim
sudo apt update
sudo apt install -y neovim
ln -sf $GITHUB_WORKSPACE "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
touch msg.log
nvim --headless -c ':Lazy! sync' -c ':qa' init.lua 2>&1 | tee -a msg.log