Skip to content

Commit

Permalink
fix: install protoc before server
Browse files Browse the repository at this point in the history
  • Loading branch information
drbh committed Jul 2, 2024
1 parent aaa8991 commit caa4401
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/autodocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit caa4401

Please sign in to comment.