Skip to content

Commit

Permalink
CI: FreeBSD Action needs gmake
Browse files Browse the repository at this point in the history
  • Loading branch information
flibitijibibo committed Dec 12, 2023
1 parent 3fb9728 commit 66d75e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,7 @@ jobs:
with:
operating_system: freebsd
version: '13.2'
run: gmake
run: |
sudo pkg update
sudo pkg install -y gmake
gmake

0 comments on commit 66d75e2

Please sign in to comment.