Handle not-yet-generated drules files; install protobuf for map generation

Signed-off-by: zyphlar <zyphlar@gmail.com>
This commit is contained in:
zyphlar
2025-10-27 11:53:48 -07:00
parent d55f04be89
commit 29e487ac47
2 changed files with 13 additions and 3 deletions

View File

@@ -384,6 +384,8 @@ jobs:
libxcursor-dev \
libxi-dev \
zlib1g-dev
rm -f /usr/lib/python*/EXTERNALLY-MANAGED
pip3 install "protobuf<4"
- name: Clone or update main repo if necessary
shell: bash
run: |