Skip to content

Commit 6cead0a

Browse files
committed
fix ci installation
1 parent cc8d568 commit 6cead0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/install_deps.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mloca
66

77
# newer version are broken when using symlinks
88
cpanm -n http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/ExtUtils-Manifest-1.63.tar.gz
9-
./.build/install_javascript_spidermonkey.sh
9+
./.ci/install_javascript_spidermonkey.sh
1010
cpanm -q -f --installdeps --notest --no-man-pages .
1111

1212
# required for plugins test

0 commit comments

Comments
 (0)