File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -442,7 +442,7 @@ jobs:
442442 - name : Run build
443443 run : |
444444 sudo sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
445- sudo pkg install -y ghc hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake llvm14 libiconv
445+ sudo pkg install -y curl gcc gmp gmake ncurses perl5 pkgconf libffi libiconv git bash misc/compat10x misc/compat11x misc/compat12x
446446 sudo tzsetup Etc/GMT
447447 sudo adjkerntz -a
448448 bash .github/scripts/build.sh
@@ -816,7 +816,7 @@ jobs:
816816 - name : Run test
817817 run : |
818818 sudo sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf
819- sudo pkg install -y ghc hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake llvm14 libiconv groff autoconf automake
819+ sudo pkg install -y curl gcc gmp gmake ncurses perl5 pkgconf libffi libiconv git bash misc/compat10x misc/compat11x misc/compat12x groff autoconf automake
820820 sudo tzsetup Etc/GMT
821821 sudo adjkerntz -a
822822 bash .github/scripts/test.sh
You can’t perform that action at this time.
0 commit comments