Update test.yml
This commit is contained in:
parent
c7f0f8d486
commit
a0db883249
|
|
@ -21,9 +21,8 @@ jobs:
|
||||||
|
|
||||||
- name: Install danix
|
- name: Install danix
|
||||||
run: |
|
run: |
|
||||||
apt update -y
|
sudo apt update -y
|
||||||
apt install make -y
|
sudo apt install make -y
|
||||||
cd danix
|
cd danix
|
||||||
make install
|
make install
|
||||||
make aliases
|
make aliases
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue