Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
CardealRusso authored Oct 18, 2024
1 parent 25b5b07 commit 48b2823
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
submodules: 'recursive'

- name: Compile
run: make -C examples/mousebuttons-c
run: |
cd examples/mousebuttons-c/
make
shell: bash

0 comments on commit 48b2823

Please sign in to comment.