Skip to content

Commit

Permalink
ci: add deps
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr committed Mar 6, 2024
1 parent 666c456 commit 6adfa93
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 @@ -26,7 +26,7 @@ jobs:
run: make webspy
- name: make foopre modules
working-directory: ./src/pre/modules
run: make && size *.so
run: apt install libncurses-dev libflac-dev && make && size *.so
- name: make show
working-directory: ./src
run: make show

0 comments on commit 6adfa93

Please sign in to comment.