Skip to content

Commit c8505ed

Browse files
committed
Clean up FreeBSD dependencies
1 parent 50ce257 commit c8505ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)