From ea4dc10187e100e4ff8c9389dec18cd44de6d7bb Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 19 Dec 2024 11:33:50 +0800 Subject: [PATCH] Install all prerequisites on freebsd --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 430244a2..13ff960e 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -283,7 +283,7 @@ jobs: - name: Run build run: | sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf - pkg install -y ghc hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x gmake llvm14 libiconv + pkg install -y ghc hs-cabal-install git bash misc/compat10x misc/compat11x misc/compat12x llvm14 libiconv curl gcc gmp gmake ncurses perl5 pkgconf libffi tzsetup Etc/GMT adjkerntz -a bash .github/scripts/build.sh