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 a73b5b2 commit 374d839
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 @@ -27,7 +27,7 @@ jobs:
run: make webspy
- name: make foopre modules
working-directory: ./src/pre/modules
run: apt install -yq libncurses-dev libflac-dev && make && size *.so
run: sudo apt-get install -yq libncurses-dev libflac-dev && make && size *.so
- name: make show
working-directory: ./src
run: make show
Expand Down

0 comments on commit 374d839

Please sign in to comment.