1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-05-19 06:47:44 +00:00

Add gperf for ubuntu

This commit is contained in:
Joshua Goins 2024-04-23 20:36:51 -04:00
parent 890ab43d7e
commit b5038e1017

View file

@ -52,6 +52,7 @@ jobs:
sudo apt-get update sudo apt-get update
sudo apt-get install \ sudo apt-get install \
gettext \ gettext \
gperf \
- name: Setup Windows dependencies - name: Setup Windows dependencies
if: runner.os == 'Windows' if: runner.os == 'Windows'