Add sudo permissions to freebsd build.

'sudo gmake install'.
This commit is contained in:
Calvin Rose 2019-03-03 15:21:40 -05:00
parent 6158ec0ce5
commit 9ed1c35d30
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ tasks:
cd janet
gmake CC=gcc
gmake test CC=gcc
gmake install CC=gcc
sudo gmake install CC=gcc
gmake test-install CC=gcc