This commit is contained in:
parent
3cf870bd95
commit
75b55e4935
1 changed files with 7 additions and 5 deletions
|
|
@ -16,15 +16,17 @@ jobs:
|
|||
- name: install packages and prepare source
|
||||
run: |
|
||||
pacman -Sy wget base-devel --noconfirm
|
||||
wget https://www.nano-editor.org/dist/v8/nano-8.6.tar.xz
|
||||
tar -xvf nano-8.6.tar.xz
|
||||
wget https://www.nano-editor.org/dist/v8/nano-8.7.1.tar.xz
|
||||
tar -xvf nano-8.7.1.tar.xz
|
||||
|
||||
- name: compile nano
|
||||
run: |
|
||||
cd nano-8.6
|
||||
cd nano-8.7.1
|
||||
./configure --prefix=/usr \
|
||||
--sysconfdir=/etc \
|
||||
--enable-utf8
|
||||
--enable-color \
|
||||
--enable-nanorc \
|
||||
--enable-multibuffer
|
||||
make -j$(nproc)
|
||||
make install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue