Skip to content

Commit

Permalink
add make all to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
austinvhuang committed Jul 15, 2024
1 parent 356adc7 commit b890c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
sudo apt-get update
sudo apt-get install -y libxrandr-dev
- name: Build project
run: make build
- name:
run: make all

0 comments on commit b890c81

Please sign in to comment.