Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Toni500github authored Jan 11, 2025
1 parent 774edb8 commit c40b30f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
run: make clean

- name: Compile and install
run: make DEBUG=1 GUI_MODE=1 CXX=x86_64-linux-gnu-g++-10 && sudo make install
run: make DEBUG=1 GUI_MODE=1 CXX=x86_64-linux-gnu-g++-10 && sudo make install GUI_MODE=1

- name: Test neofetch
run: neofetch
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
- name: Clean
run: make clean

- name: Compile
- name: Compile and install
run: make install DEBUG=1 VENDOR_TEST=1 GUI_MODE=0

- name: Test neofetch
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
- name: Clean
run: make clean

- name: Compile
- name: Compile and install
run: sudo make install DEBUG=0 VENDOR_TEST=0 GUI_MODE=0

- name: Test all the ascii art logos
Expand Down

0 comments on commit c40b30f

Please sign in to comment.