fix: install protoc before server

This commit is contained in:
drbh 2024-07-02 15:55:37 +00:00
parent aaa899139b
commit caa44012ad

View File

@ -20,6 +20,13 @@ jobs:
echo text-generation-launcher --help
python update_doc.py md --check
- name: Install Protoc
uses: arduino/setup-protoc@v1
- name: Clean unused files
run: |
sudo rm -rf /usr/local/lib/android # will release about 10 GB if you don't need Android
sudo rm -rf /usr/share/dotnet # will release about 20GB if you don't need .NET
- name: Install
run: |
make install-cpu