.
Continuous Deployment Tests / system_tests (push) Failing after 13m26s Details

This commit is contained in:
adm_tomkun 2026-03-19 11:39:28 +00:00
parent e9cc6900c7
commit 5e87076c2b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Install protoc - name: Install protoc
shell: bash shell: bash
run: sudo apt-get install -y --no-install-recommends protobuf-compiler run: sudo apt-get update && sudo apt-get install -y --no-install-recommends protobuf-compiler
- name: Install protoc-gen-mypy plugin - name: Install protoc-gen-mypy plugin
shell: bash shell: bash