Skip to content

Commit

Permalink
Remove make clean from build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wins1ey committed Apr 9, 2024
1 parent 833a557 commit f2d146a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
sudo apt -y install libgtk-3-dev libx11-dev libjansson-dev liblua5.4-dev
- name: "Run make clean and make"
run: make clean && make -j
run: make -j

- name: Set Build number
shell: bash
Expand Down

0 comments on commit f2d146a

Please sign in to comment.