Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
silv3rr authored Mar 6, 2024
1 parent 0e425cd commit f8fa619
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: apt-get install -qy libncurses-dev libflac-dev && make && size *.so
run: sudo apt-get install -qy libncurses-dev libflac-dev && make && size *.so
- name: make show
working-directory: ./src
run: make show

0 comments on commit f8fa619

Please sign in to comment.