1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 02:59:54 +00:00

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

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