[ci] Fix protobuf version

Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-09-22 16:31:21 +02:00
parent 1d8bf09ddb
commit 7e86a6f609

View File

@@ -27,7 +27,8 @@ jobs:
shell: bash
run: |
sudo apt-get update -y
sudo apt-get install -y python3-protobuf
sudo apt-get install -y python3-pip
pip install "protobuf<3.21" --break-system-packages
- name: Configure repository
shell: bash
@@ -72,8 +73,9 @@ jobs:
libxinerama-dev \
libxcursor-dev \
libxi-dev \
python3-protobuf \
python3-pip \
zlib1g-dev
pip install "protobuf<3.21" --break-system-packages
- name: Checkout sources
uses: actions/checkout@v4