Update test.yml

This commit is contained in:
Vinicius Silva 2023-12-25 21:45:53 -03:00 committed by GitHub
parent c7f0f8d486
commit a0db883249
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -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