Skip to content

Commit

Permalink
Use the default cc on FreeBSD CI
Browse files Browse the repository at this point in the history
The attempt at using gcc was a leftover from testing and didn't actually
do anything in that form.
  • Loading branch information
dfandrich committed Feb 8, 2024
1 parent 9789752 commit 17e2324
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,5 +152,4 @@ jobs:
# heirloom-tools has the original nroff, but it isn't working with -man
sudo pkg update -f && sudo pkg install -y groff
make linux LINUX_CC=cc
make linux LINUX_CC=gcc
make test

0 comments on commit 17e2324

Please sign in to comment.