Skip to content

Commit

Permalink
GHA freebsd: need aclocal-1.16
Browse files Browse the repository at this point in the history
Should really fix this, we shouldn't need to
run autoconf at install time.

[ci skip]
  • Loading branch information
gaborcsardi committed Oct 27, 2024
1 parent fdf1b91 commit c66d52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/freebsd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Install system requirements
run: |
pkg install -y hs-pandoc autoconf automake libtool
ln -s aclocal /usr/local/bin/aclocal-1.16
shell: freebsd {0}

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down

0 comments on commit c66d52e

Please sign in to comment.