Skip to content

Commit

Permalink
Install all prerequisites on freebsd
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 19, 2024
1 parent 09f5003 commit ea4dc10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ea4dc10

Please sign in to comment.