Skip to content

Commit

Permalink
chore(ci): Install necessary packages on FreeBSD (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
knightjoel authored Feb 22, 2024
1 parent 6b2ea37 commit decf7aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builder/core/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,10 @@ class PKG_TOOLS(Enum):
'sudo': True,

'pkg_tool': PKG_TOOLS.PKG,
'packages': [
'cmake',
'git',
],
'pkg_update': 'pkg update',
'pkg_install': 'pkg install -y'
},
Expand Down

0 comments on commit decf7aa

Please sign in to comment.