Debian/Ubuntu pipeline
Dummy workflow to run everything once. No further testing. / build (push) Failing after 18s
Details
Dummy workflow to run everything once. No further testing. / build (push) Failing after 18s
Details
This commit is contained in:
parent
8b57b44233
commit
4b0db106b8
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- name: Prepare system
|
- name: Prepare system
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt install -y python-neovim git bash wget
|
apt install -y python3-neovim git bash wget
|
||||||
wget -O /bin/nvim https://www.nickr.eu/data/nvim
|
wget -O /bin/nvim https://www.nickr.eu/data/nvim
|
||||||
|
|
||||||
- name: Position repository
|
- name: Position repository
|
||||||
|
|
Loading…
Reference in New Issue